Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwest committed Mar 9, 2024
1 parent 07dff54 commit 6285ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hack/run-upstream-argo-rollouts-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ CURRENT_ROLLOUTS_VERSION=v1.6.6

function cleanup {
echo "* Cleaning up"
killall main
killall go
killall main || true
killall go || true
}

set -x
Expand Down

0 comments on commit 6285ada

Please sign in to comment.