mirror of https://github.com/helm/helm.git
fix(ci): move docker-build out of parallel step
circle ci can't seem to find the image when it is build in a parallel container.
This commit is contained in:
parent
5b14d2567f
commit
c5682803cf
|
|
@ -41,4 +41,5 @@ deployment:
|
|||
commands:
|
||||
- echo $GCLOUD_SERVICE_KEY | base64 --decode > ${HOME}/gcloud-service-key.json
|
||||
- docker login -e 1234@5678.com -u _json_key -p "$(cat ${HOME}/gcloud-service-key.json)" https://gcr.io
|
||||
- make docker-build
|
||||
- docker push gcr.io/kubernetes-helm/tiller:canary
|
||||
|
|
|
|||
|
|
@ -31,8 +31,4 @@ case "${CIRCLE_NODE_INDEX-0}" in
|
|||
echo "Running 'make test-style'"
|
||||
make test-style
|
||||
;;
|
||||
2)
|
||||
echo "Running 'make docker-build'"
|
||||
make docker-build
|
||||
;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Reference in New Issue