Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.

Commit c73d14d

Browse files
authored
Merge pull request #65 from scalecube/travis-ci-cd
ci-cd using Travis CI
2 parents ecd414e + 5b0b42c commit c73d14d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/scripts/cd/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ commit_to_develop() {
77
git checkout -B develop
88
git rebase master
99
git commit --amend -m "++++ Prepare for next development iteration build: $TRAVIS_BUILD_NUMBER ++++"
10-
git push origin develop && curl -u "$GITHUBUSER:$GITHUBTOKEN" -d '{"title": "Prepare new release","head": "develop","base": "master"}' https://api.github.com/repos/$TRAVIS_REPO_SLUG/pulls?access_token=$GITTOKEN
11-
10+
git push origin develop
1211
}
1312

1413
mvn -P release release:prepare release:perform -DautoVersionSubmodules=true -DscmCommentPrefix="$TRAVIS_COMMIT_MESSAGE [skip ci] " -DskipTests=true -B -V -s travis-settings.xml

0 commit comments

Comments
 (0)