Matthew Fisher
e73c82f51e
bump go to 1.10
7 years ago
Matthew Fisher
cc7ee84998
remove deprecated -e flag to `docker login`
7 years ago
Matthew Fisher
286c902572
fix(circle): fix download link to download.docker.com
...
Docker stopped releasing binaries to get.docker.com as of 17.03.0-ce. They are all hosted at download.docker.com now.
I also had to downgrade docker to 17.09.0-ce because that's the only version that both download.docker.com and
CircleCI support.
https://download.docker.com/linux/static/stable/x86_64/
https://circleci.com/docs/2.0/building-docker-images/#docker-version
7 years ago
Matthew Fisher
f7e078ca29
bump docker to 17.11.0-ce
7 years ago
Matthew Fisher
d28d1756f8
exit zero on non-master branch
...
While we still don't want to upload to GCS/GCR, we also don't want the CI run to fail because we are just skipping the step. This is most usually seen in the `release-X.Y` branches cut every minor release.
7 years ago
Matthew Fisher
8f3b734cf1
install zip
7 years ago
Matt Farina
4c7617a76e
fix(circleci): Fixing the glide/vendor cache so it is used by glide
...
This commit does a few things:
* It moves the information being cached to be the glide cache.
This will make the glide install process faster.
* The cache is restored from prior to installing the dependencies.
7 years ago
Matthew Fisher
f4f932fabd
fix circle not building tags
...
CircleCI recently skipped building tags by default, so we need to
explicitly enable it.
See https://circleci.com/docs/2.0/configuration-reference/#tags
8 years ago
Adam Reese
8e13a5bd1f
fix(ci): move deploy instructions to build job
...
https://circleci.com/docs/2.0/configuration-reference/#deploy
8 years ago
Maciej Kwiek
4e97017213
CircleCI 2 config
8 years ago