Skip to content

Commit

Permalink
chore(CI): Docker CI script now requires bash
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Oct 31, 2018
1 parent bfbabdc commit 4744584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- setup_remote_docker
- run:
name: Build and push image to Docker Hub
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 comments on commit 4744584

Please sign in to comment.