Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ccervigon authored Mar 16, 2021
1 parent 196b2b7 commit 9bbe22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
while true
do \
sleep 10
kubectl logs deploy/rng 2>& 1 | grep 'Running on' && break
kubectl logs ds/rng 2>& 1 | grep 'Running on' && break
done
while true
do \
Expand Down

0 comments on commit 9bbe22e

Please sign in to comment.