Skip to content

Commit

Permalink
fix action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mattes committed Sep 24, 2020
1 parent 0f3b3ac commit 656f52c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ runs:
shell: bash
run: |
cd /tmp
export GCE_DEPLOY_VERSION=3.0.0
wget https://github.com/mattes/gce-deploy-action/releases/download/v${GCE_DEPLOY_VERSION}/gce-deploy-action.linux.amd64
chmod +x gce-deploy-action.linux.amd64
mv gce-deploy-action.linux.amd64 /usr/local/bin/gce-deploy-action
export GCE_DEPLOY_VERSION=3.0.1
wget --quiet https://github.com/mattes/gce-deploy-action/releases/download/v${GCE_DEPLOY_VERSION}/gce-deploy-action.linux.amd64
sudo mv gce-deploy-action.linux.amd64 /usr/local/bin/gce-deploy-action
sudo chmod +x /usr/local/bin/gce-deploy-action
- name: Start rolling deploy
shell: bash
Expand Down

0 comments on commit 656f52c

Please sign in to comment.