Skip to content

Commit

Permalink
fix(ci): add missing furyctl in setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoghinelli committed Oct 29, 2024
1 parent aed56a7 commit 50c8390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ steps:
depends_on:
- create-kind-cluster
commands:
- curl -LOs https://github.com/sighupio/furyctl/releases/download/v0.11.1/furyctl-linux-amd64 && chmod +x furyctl-linux-amd64 && mv furyctl-linux-amd64 /usr/local/bin/furyctl
- until kubectl get serviceaccount default > /dev/null 2>&1; do echo "waiting for control-plane" && sleep 1; done
- bats -t katalog/tests/harbor/setup.sh

Expand Down Expand Up @@ -502,6 +503,7 @@ steps:
depends_on:
- create-kind-cluster
commands:
- curl -LOs https://github.com/sighupio/furyctl/releases/download/v0.11.1/furyctl-linux-amd64 && chmod +x furyctl-linux-amd64 && mv furyctl-linux-amd64 /usr/local/bin/furyctl
- until kubectl get serviceaccount default > /dev/null 2>&1; do echo "waiting for control-plane" && sleep 1; done
- bats -t katalog/tests/harbor/setup.sh

Expand Down

0 comments on commit 50c8390

Please sign in to comment.