Skip to content

Commit

Permalink
chore(CI): Use shared Docker build CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejulius committed Nov 3, 2018
1 parent ba0e929 commit 1deaa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ jobs:
build:
working_directory: /app
docker:
- image: docker:17.05.0-ce-git
- image: docker:18.06.1-ce-git
steps:
- checkout
- setup_remote_docker
- run:
name: Build and push image to Docker Hub
command: sh .circleci/docker.sh
command: apk --no-cache add curl bash && curl "https://raw.githubusercontent.com/pelias/ci-tools/master/build-docker-images.sh" | bash -
35 changes: 0 additions & 35 deletions .circleci/docker.sh

This file was deleted.

0 comments on commit 1deaa1a

Please sign in to comment.