Skip to content

Commit

Permalink
fix: circle ci login to dockerhub
Browse files Browse the repository at this point in the history
and update cabbage commit
  • Loading branch information
boolafish committed Aug 31, 2020
1 parent c65a14a commit c96c39d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,15 @@ commands:
name: Attach workspace
at: .

docker_login:
description: login to dockerhub for private repo access
steps:
- run: printf "%s\\n" "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin

make_docker_images:
description: Builds docker images
steps:
- run: printf "%s\\n" "$DOCKER_PASS" | docker login -u "$DOCKER_USER" --password-stdin
- docker_login
- run: make docker-child_chain
- run: make docker-watcher
- run: make docker-watcher_info
Expand Down Expand Up @@ -629,6 +634,7 @@ jobs:
git submodule init
git submodule update
- run: echo 'export PATH=~/.cargo/bin:$PATH' >> $BASH_ENV
- docker_login
- run:
name: Start geth, postgres, feefeed and pull in blockchain snapshot
command: make start-services
Expand Down
2 changes: 1 addition & 1 deletion priv/cabbage

0 comments on commit c96c39d

Please sign in to comment.