Skip to content

Commit

Permalink
Update cloud-ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy authored Feb 5, 2024
1 parent 7a69823 commit d2c84a5
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.22/marathon-cloud-v1.0.22-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.23/marathon-cloud-v1.0.23-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 d2c84a5

Please sign in to comment.