Skip to content

Commit

Permalink
Merge pull request #16360 from spowelljr/fixTypo
Browse files Browse the repository at this point in the history
CI: Fix typo
  • Loading branch information
medyagh authored Apr 21, 2023
2 parents 6a8544b + 9789134 commit 021cea6
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 021cea6

Please sign in to comment.