We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50433d9 commit 7a7751eCopy full SHA for 7a7751e
.circleci/config.yml
@@ -9,4 +9,4 @@ jobs:
9
- setup_remote_docker
10
- run:
11
name: Build and push image to Docker Hub
12
- command: apk --no-cache add curl && curl "https://raw.githubusercontent.com/pelias/ci-tools/master/build-docker-images.sh" | sh -
+ command: apk --no-cache add curl bash && curl "https://raw.githubusercontent.com/pelias/ci-tools/master/build-docker-images.sh" | bash -
0 commit comments