Skip to content

Commit 7b3a3b8

Browse files
authored
Merge pull request #278 from scalecube/travis-ci-cd
ci-cd using Travis CI
2 parents 357db3f + 9db95bc commit 7b3a3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/scripts/cd/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ check_tag_for_rc
5050

5151
mvn -P release -Darguments=-DskipTests release:prepare release:perform $MVN_RELEASE_VERSION $MVN_NEXT_VERSION -DautoVersionSubmodules=true -DscmCommentPrefix="$TRAVIS_COMMIT_MESSAGE [skip ci] " -B -V -s travis-settings.xml || exit 126
5252

53-
mvn clean
53+
mvn -B -q clean
5454

5555
if [ -z "$NEW_RC_VERSION" ]; then
5656
commit_to_develop

src/main/scripts/ci/before-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ latest=$(curl "https://oss.sonatype.org/service/local/repositories/releases/cont
1414

1515
echo Downloading latest version $latest of codacy reporter from sonatype
1616
# download latest assembly jar
17-
mvn dependency:get dependency:copy \
17+
mvn -B -q dependency:get dependency:copy \
1818
-DoutputDirectory=$HOME \
1919
-DoutputAbsoluteArtifactFilename=true \
2020
-Dmdep.stripVersion=true \

0 commit comments

Comments
 (0)