Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaether committed Sep 4, 2019
1 parent 87c1b2b commit 7b2ab0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- setup_remote_docker
- run:
command: |
~/repo/scripts/docker_build.sh lsaether/faucet-server ./dockerfiles/server/Dockerfile ;
~/repo/scripts/docker_build.sh lsaether/faucet-bot ./dockerfiles/bot/Dockerfile
~/project/scripts/docker_build.sh lsaether/faucet-server ./dockerfiles/server/Dockerfile ;
~/project/scripts/docker_build.sh lsaether/faucet-bot ./dockerfiles/bot/Dockerfile
# publishImage:
# docker:
Expand Down

0 comments on commit 7b2ab0f

Please sign in to comment.