Skip to content

Commit

Permalink
Test02 added deploy for develop, testing if tag and latest is generat…
Browse files Browse the repository at this point in the history
…ed correctly. Nextflow installed out of the container, fixed.
  • Loading branch information
saramonzon committed Aug 8, 2018
1 parent f486ba8 commit efbf632
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 @@ -73,7 +73,7 @@ jobs:
&& e=0 && break || sleep 15
done && [ "$e" -eq "0" ]
# Pipeline VERSION
THISVERSION=$(docker run "${CONTAINER_NAME}" nextflow ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} --version)
THISVERSION=$(nextflow ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} --version)
echo "Pipeline Version is ${THISVERSION}"
echo "${CIRCLE_TAG:-$THISVERSION}"
- run:
Expand Down

0 comments on commit efbf632

Please sign in to comment.