Skip to content

Commit

Permalink
Add in the hyphen to make the Helm commands a step
Browse files Browse the repository at this point in the history
It got deleted in deleting the image build blocks
  • Loading branch information
salvis2 committed Oct 2, 2020
1 parent f556455 commit a6b75e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-aws-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
entrypoint: /bin/bash
args: -c "echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - && git crypt status"
name: Setup Helm
- name: Setup Helm
run: |
curl https://get.helm.sh/helm-v3.1.2-linux-amd64.tar.gz | tar -xzf -
sudo mv linux-amd64/helm $HELM_EXECUTABLE
Expand Down

0 comments on commit a6b75e8

Please sign in to comment.