Skip to content

Commit

Permalink
Merge pull request #6 from ralph-pichler/geth-swap
Browse files Browse the repository at this point in the history
fix while condition in setup contracts
  • Loading branch information
Svetomir Smiljkovic authored Mar 6, 2020
2 parents 3dd9ae8 + b5955d3 commit 31bfb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/geth-swap/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.3
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
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 31bfb4f

Please sign in to comment.