Skip to content

Commit d8aef4c

Browse files
author
aharonha
committed
Merge branch 'Enable_codacy_on_projects#15' of git@github.com:scalecube/enable-ci-cd-using-travis.git into Enable_codacy_on_projects#15
2 parents 501895b + 8d471c5 commit d8aef4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ env:
55
- SLUG=scalecube/scalecube-parent
66
- SLUG=scalecube/scalecube-security
77
- SLUG=scalecube/scalecube-app-utils
8-
# - SLUG=scalecube/scalecube-cluster
9-
8+
- SLUG=scalecube/config
9+
- SLUG=scalecube/scalecube-benchmarks
10+
- SLUG=scalecube/scalecube-gateway
1011
services:
1112
- docker
1213

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)