Skip to content

Commit

Permalink
Merge pull request #27 from kubeshop/f1ames/fix/skaffold-ci
Browse files Browse the repository at this point in the history
fix: pin skaffold version and change installation method
  • Loading branch information
f1ames authored Jan 18, 2024
2 parents a319ee0 + 80902c6 commit a65235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

steps:
- name: Setup Skaffold
run: curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 && sudo install skaffold /usr/local/bin/
run: curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.9.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/bin

- name: Setup Node.js
uses: actions/setup-node@v2
Expand Down

0 comments on commit a65235c

Please sign in to comment.