Skip to content

Commit ed9ed12

Browse files
committed
comment out local tag deletion for next time
1 parent 7066e4b commit ed9ed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# publish docker images
3535
mkdir -p ~/.ssh
3636
ssh-keyscan github.com >> ~/.ssh/known_hosts
37-
git tag -d ${VERSION}
37+
#git tag -d ${VERSION}
3838
git tag ${VERSION}
3939
git push origin ${VERSION}
4040
docker login -u $DOCKER_USER -p $DOCKER_PASS

0 commit comments

Comments
 (0)