Skip to content

Commit

Permalink
Fix release wait script
Browse files Browse the repository at this point in the history
  • Loading branch information
lriuui0x0 committed Mar 16, 2021
1 parent 80ffeb8 commit 644184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grabl/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ release:
command: |
git checkout -b workbase-release-mac-windows-branch
git push -f origin workbase-release-mac-windows-branch
pyenv install -s 3.6.10 && pyenv global 3.6.10 system && pip3 install requests
pyenv install -s 3.6.10 && pyenv global 3.6.10 system && pip3 install requests python-dateutil
bazel run //:wait-for-release -- $GRABL_OWNER $GRABL_REPO $(cat VERSION) grakn-workbase-mac-$(cat VERSION).dmg grakn-workbase-win-$(cat VERSION).exe
deploy-github-linux:
image: graknlabs-ubuntu-20.04
Expand Down

0 comments on commit 644184f

Please sign in to comment.