Skip to content

Commit

Permalink
Run cli.sh with CIRCLE_BRANCH env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bguerout committed Mar 23, 2018
1 parent a3d1c68 commit 480dda9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -16,4 +16,4 @@ dependencies:

test:
override:
- docker run -it --volume ~/.m2:/opt/jongo/conf/repository jongo-ci --maven-options "-Dmaven.repo.local=/opt/jongo/conf/repository" test
- docker run -it --volume ~/.m2:/opt/jongo/conf/repository jongo-ci --branch ${CIRCLE_BRANCH} --maven-options "-Dmaven.repo.local=/opt/jongo/conf/repository" test

0 comments on commit 480dda9

Please sign in to comment.