remove dht-stabalize specialcase for bifrost
Michael Burns committed
May 17, 2021 at 02:11 UTC
17ed9fbeb3bb116f191863f0ac318a54255d94a6
1 file changed
-4
bin/push-docker-tags.sh
-4
@@ -67,10 +67,6 @@ elif [[ $GIT_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
67
pushTag "latest"
68
pushTag "release" # see: https://github.com/ipfs/go-ipfs/issues/3999#issuecomment-742228981
69
70
-elif [ "$GIT_BRANCH" = "feat/stabilize-dht" ]; then
71
- pushTag "bifrost-${BUILD_NUM}-${GIT_SHA1_SHORT}"
72
- pushTag "bifrost-latest"
73
-
70
elif [ "$GIT_BRANCH" = "master" ]; then
71
pushTag "master-${BUILD_NUM}-${GIT_SHA1_SHORT}"
72
pushTag "master-latest"