Skip to content

Commit 682c494

Browse files
authored
remove release task in travis CI (#409)
1 parent 41332a1 commit 682c494

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build/travis-deploy.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ if [ "${TRAVIS_EVENT_TYPE}" = "pull_request" ]; then
1414
exit 0
1515
fi
1616

17-
# Release image tag format: v0.0.0 and latest
18-
if [ -n "$TRAVIS_TAG" ]; then
19-
echo "Running Release build on Travis"
20-
make release RELEASE_TAG="$TRAVIS_TAG"
21-
exit 0
22-
fi
23-
2417
# Push image tag format: COMMIT
2518
echo "Running push build on Travis"
2619
make push

0 commit comments

Comments
 (0)