Skip to content

Commit

Permalink
ci: added +x to argo cli
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed Nov 24, 2022
1 parent 7cd115b commit 73384f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly-chaos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
working-directory: tests/chaos
run: |
curl -sL -o - https://github.com/argoproj/argo-workflows/releases/download/v3.4.3/argo-linux-amd64.gz | gunzip > argo
chmod +x ./argo
./argo version
kubectl create ns vfps
Expand Down

0 comments on commit 73384f1

Please sign in to comment.