Skip to content

Commit

Permalink
cd to the build dir yo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobstr committed Jun 19, 2020
1 parent e8207c8 commit 7c2fc81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
- curl -s "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh" | bash
- chmod +x ./kustomize
- sudo mv kustomize /usr/local/bin/kustomize
- cd deploy/env/prod
- cd $TRAVIS_BUILD_DIR/deploy/env/prod
- kustomize edit set image crusher-worker:$WORKER_IMAGE
- kustomize edit set image crusher-server:$SERVER_IMAGE
- kustomize build . | kubectl apply -n crusher --token $KUBECTL_TOKEN -f -

0 comments on commit 7c2fc81

Please sign in to comment.