File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3030 - wget --no-check-certificate -q https://raw.githubusercontent.com/petervanderdoes/gitflow-avh/develop/contrib/gitflow-installer.sh
3131 - sudo bash gitflow-installer.sh install stable
3232 install :
33+ -
git remote set-url origin https://[email protected] /$TRAVIS_REPO_SLUG.git 3334 - git remote set-branches --add origin master
3435 - git remote set-branches --add origin develop
3536 - git fetch origin
3839 - git checkout --force $TRAVIS_BRANCH
3940 - git config gitflow.prefix.release release/
4041 - git flow init --defaults
41- before_script :
git remote set-url origin https://[email protected] /$TRAVIS_REPO_SLUG.git 4242 script : sbt "^ release release-version $RELEASE_VERSION with-defaults"
4343 # --message option is required to suppress editor prompt
4444 after_success : git flow release finish --showcommands --push --message 'Release'
You can’t perform that action at this time.
0 commit comments