Skip to content

Commit

Permalink
Remove duplicate print statement in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
meganschanz committed May 5, 2021
2 parents 8652ff2 + 75adde6 commit b91c2fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Tag Release:
- "[ -z $latest_patch ] && cur_patch=-1 || cur_patch=$latest_patch"
- patch_ver=$(($cur_patch+1))
- TAG=$major_ver.$patch_ver
- echo "Tagging new release with $TAG"
- echo "TAG=$TAG" > ../variables.env
- echo "Tagging new release with $TAG"
- git tag $TAG
Expand Down

0 comments on commit b91c2fc

Please sign in to comment.