Merge branch 'release-1.0.1' into release
This commit is contained in:
commit
4d3f54ce89
1 changed files with 1 additions and 1 deletions
|
@ -20,4 +20,4 @@ gcloud --quiet container clusters get-credentials $CLUSTER_NAME_PRD
|
||||||
kubectl config view
|
kubectl config view
|
||||||
kubectl config current-context
|
kubectl config current-context
|
||||||
|
|
||||||
kubectl set image deployment/${KUBE_DEPLOYMENT_NAME} ${KUBE_DEPLOYMENT_CONTAINER_NAME}=index.docker.io/$DOCKER_USERNAME/$DOCKER_REPOSITORY:$TRAVIS_COMMIT
|
kubectl set image deployment/${KUBE_DEPLOYMENT_NAME} ${KUBE_DEPLOYMENT_CONTAINER_NAME}=index.docker.io/$DOCKER_USERNAME/$DOCKER_REPOSITORY:$TRAVIS_TAG
|
||||||
|
|
Loading…
Reference in a new issue