Skip to content
Snippets Groups Projects
Commit a27b27fa authored by Karishma Chadha's avatar Karishma Chadha
Browse files

Create git tags for hotfix branches.

parent 269ee1dd
Branches
Tags
No related merge requests found
...@@ -57,6 +57,7 @@ deploy: ...@@ -57,6 +57,7 @@ deploy:
- master - master
- develop - develop
- smoke - smoke
- hotfix/*
condition: $TRAVIS_EVENT_TYPE != cron condition: $TRAVIS_EVENT_TYPE != cron
skip_cleanup: true skip_cleanup: true
script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi script: if npm info scratch-gui | grep -q $RELEASE_VERSION; then git tag $RELEASE_VERSION && git push https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git $RELEASE_VERSION; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment