Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit ff1acf7

Browse files
authored
Merge pull request #184 from scalecube/travis-ci-cd
ci-cd using Travis CI
2 parents 2ffd058 + e2db1ff commit ff1acf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/scripts/cd/release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ check_tag_for_rc() {
3131
export NEW_RC_VERSION=$(echo $VERSION | sed "s/SNAPSHOT/$RC_VER/g")
3232
echo Release candidate: $NEW_RC_VERSION
3333
echo *-*-*-*-*-*-*-*-*-*-*-*
34+
decryptsecrets
35+
importpgp
36+
setupssh
37+
setupgit
3438
export MVN_RELEASE_VERSION=-DreleaseVersion=$NEW_RC_VERSION
3539
if [ -n "$MVN_NEXT_VERSION" ] ; then
3640
export MVN_NEXT_VERSION=-DdevelopmentVersion=$VERSION;

0 commit comments

Comments
 (0)