Skip to content

Commit

Permalink
Test03 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, now really fixed?.
  • Loading branch information
saramonzon committed Aug 8, 2018
1 parent efbf632 commit 206d1b4
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=$(nextflow ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} --version)
THISVERSION=$(nextflow run ${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} --version)
echo "Pipeline Version is ${THISVERSION}"
echo "${CIRCLE_TAG:-$THISVERSION}"
- run:
Expand Down

0 comments on commit 206d1b4

Please sign in to comment.