Skip to content

Commit

Permalink
fix(ci): update to latest cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 4, 2024
1 parent 0359393 commit aaad012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install marathon-cli-v2
shell: bash
run: |
curl -L https://github.com/Malinskiy/marathon-cloud-cli/releases/download/1.0.20/marathon-cloud-v1.0.20-x86_64-unknown-linux-gnu.tar.gz -o ./marathon-cloud.tar.gz
curl -L https://github.com/Malinskiy/marathon-cloud-cli/releases/download/1.0.21/marathon-cloud-v1.0.21-x86_64-unknown-linux-gnu.tar.gz -o ./marathon-cloud.tar.gz
tar -xzvf marathon-cloud.tar.gz
mkdir marathon-cloud
tar -xzvf marathon-cloud.tar.gz -C marathon-cloud --strip-components 1
Expand Down

0 comments on commit aaad012

Please sign in to comment.