Skip to content

Commit

Permalink
correct test in ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
blex-max committed May 31, 2024
1 parent 4d386dc commit 260493b
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.pl -v
docker run -t --rm $IMAGE_NAME:$CLEAN_BRANCH generateCavemanUMNormVCF -v
if [ "$CIRCLE_TAG" = "$BRANCH_OR_TAG" ]; then
echo 'Pushing image'
docker push $IMAGE_NAME:$CLEAN_BRANCH
Expand Down

0 comments on commit 260493b

Please sign in to comment.