Skip to content

Commit

Permalink
CI: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Apr 21, 2023
1 parent ba71ee0 commit 9789134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/jenkins/cron/cleanup_and_reboot_Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function check_jenkins() {
fi
pstree "${jenkins_pid}" \
| egrep -i 'bash|integration|e2e|minikube' \
&& echo "tests are is running on pid ${jenkins_pid} ..." \
&& echo "tests are running on pid ${jenkins_pid} ..." \
&& exit 1
}

Expand Down

0 comments on commit 9789134

Please sign in to comment.