Browse Source

Add bash dependency to CircleCI script

pull/1227/head
Julian Simioni 6 years ago
parent
commit
7a7751e32b
No known key found for this signature in database
GPG Key ID: B9EEB0C6EE0910A1
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -9,4 +9,4 @@ jobs:
- setup_remote_docker - setup_remote_docker
- run: - run:
name: Build and push image to Docker Hub 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 -

Loading…
Cancel
Save