Skip to content

Commit 7a7751e

Browse files
committed
Add bash dependency to CircleCI script
1 parent 50433d9 commit 7a7751e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- setup_remote_docker
1010
- run:
1111
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 -
12+
command: apk --no-cache add curl bash && curl "https://raw.githubusercontent.com/pelias/ci-tools/master/build-docker-images.sh" | bash -

0 commit comments

Comments
 (0)