Skip to content

Commit

Permalink
fix while condition in setup contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-pichler committed Mar 3, 2020
1 parent 3dd9ae8 commit 49b1fc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/geth-swap/templates/setupcontracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ spec:
- >
apk add --no-cache jq curl;
curl https://gist.githubusercontent.com/ralph-pichler/dc0386f81ffa09c220271d4389b4a139/raw -o deploy.sh;
while curl $BACKEND; do sleep 1; done;
while ! curl $BACKEND; do sleep 1; done;
bash deploy.sh
restartPolicy: Never
backoffLimit: 1

0 comments on commit 49b1fc7

Please sign in to comment.