Skip to content

Commit

Permalink
.github/workflows/ci.yml: download kustomize as separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
joelanford committed Jul 2, 2020
1 parent 6d928ef commit 4537c53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
set -e
cd nginx-operator
make kustomize
make deploy IMG=nginx-operator:e2e
if ! timeout 1m kubectl rollout status --namespace=nginx-operator-system deployment/nginx-operator-controller-manager; then
Expand Down

0 comments on commit 4537c53

Please sign in to comment.