Skip to content

Commit

Permalink
fix circle docker build (#12)
Browse files Browse the repository at this point in the history
* add all mojaloop party identifier types

* attempt to fix bad path in circle config
  • Loading branch information
bushjames authored Sep 24, 2019
1 parent ce4457e commit 2e5dc67
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 @@ -113,7 +113,7 @@ defaults_build_docker_login: &defaults_build_docker_login
defaults_build_docker_build: &defaults_build_docker_build
name: Build Docker image
command: |
cd ..
cd src
docker build -t $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$CIRCLE_TAG -t $DOCKER_ORG/$CIRCLE_PROJECT_REPONAME:$RELEASE_TAG .
defaults_build_docker_publish: &defaults_build_docker_publish
Expand Down

0 comments on commit 2e5dc67

Please sign in to comment.