Julian Simioni
|
7a7751e32b
|
Add bash dependency to CircleCI script
|
6 years ago |
Julian Simioni
|
fe69061c0c
|
Update Docker version
This fixes an issue with the version of Alpine we're using:
|
6 years ago |
Julian Simioni
|
b5ed140111
|
Use docker image build script from ci-tools repo
|
6 years ago |
Julian Simioni
|
713b236a87
|
Fix Docker image build
|
7 years ago |
Julian Simioni
|
dfb36a82c6
|
Build greenkeeper branches
|
7 years ago |
Julian Simioni
|
4f74818742
|
Fix CircleCI script to skip Greenkeeper branch builds
Somehow I completely failed at copying code [from
StackOverflow](https://speakerdeck.com/noelrap/the-road-to-legacy-is-paved-with-good-intentions) in https://github.com/pelias/api/pull/983.
Instead of skipping Docker image builds only for branches with
greenkeeper in the name, it _always_ skipped the build!
Connects https://github.com/pelias/dockerfiles/issues/21
|
7 years ago |
Julian Simioni
|
d298ef495a
|
Skip CI Docker Image builds on Greenkeeper branches
We most likely will not want these Docker images and they can fail due
to characters in branch names that are not valid in Docker image tags.
Note: because CircleCI appears to allow only using sh, rather than bash,
we use the method from https://stackoverflow.com/questions/229551/string-contains-in-bash/20460402#2046040
Fixes https://github.com/pelias/api/issues/975
|
7 years ago |
Julian Simioni
|
a658c34dd4
|
Add CircleCI configuration
Connects https://github.com/pelias/dockerfiles/issues/21
|
7 years ago |