Skip to content

Commit

Permalink
Fix building test docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
manthey committed Sep 29, 2020
1 parent 6900291 commit 3167e2e
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 @@ -40,7 +40,7 @@ jobs:
- checkout
- run:
name: Build the test docker
command: docker build --force-rm -t girder/tox-and-node --build-arg .
command: docker build --force-rm -t girder/tox-and-node .
- run:
name: Publish the images to Docker Hub
command: |
Expand Down

0 comments on commit 3167e2e

Please sign in to comment.