Skip to content
Snippets Groups Projects
Unverified Commit 054d3b1a authored by Karishma Chadha's avatar Karishma Chadha Committed by GitHub
Browse files

Merge pull request #5271 from kchadha/tag-hotfix-branches

Create git tags for hotfix branches.
parents 269ee1dd a27b27fa
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,7 @@ deploy:
- master
- develop
- smoke
- hotfix/*
condition: $TRAVIS_EVENT_TYPE != cron
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment