Skip to content

Commit

Permalink
switched -v to -h for gereateCavemanUMNornVCF
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesNunn001 committed Jun 3, 2024
1 parent 260493b commit f26725f
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 @@ -38,7 +38,7 @@ jobs:
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH caveman -v
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH cgpFlagCaVEMan.pl --version
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH caveman.pl -v
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH generateCavemanUMNormVCF -v
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH generateCavemanUMNormVCF -h
if [ "$CIRCLE_TAG" = "$BRANCH_OR_TAG" ]; then
echo 'Pushing image'
docker push $IMAGE_NAME:$CLEAN_BRANCH
Expand Down

0 comments on commit f26725f

Please sign in to comment.