Skip to content

Commit

Permalink
Minimize deploy logs, close nexus repo after upload. (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zinnatullin authored Oct 29, 2017
1 parent 6f178bf commit 2d83b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ else
echo $GPG_OWNERTRUST | base64 --decode | gpg --import-ownertrust;
echo 'GPG ownertrust imported successfully.'

./gradlew clean uploadArchives getStagingProfile --info -Psigning.keyId="$GPG_KEY_ID" -Psigning.password="$GPG_PASSPHRASE" -Psigning.secretKeyRingFile="$HOME/.gnupg/secring.gpg"
./gradlew clean uploadArchives closeAndReleaseRepository -Psigning.keyId="$GPG_KEY_ID" -Psigning.password="$GPG_PASSPHRASE" -Psigning.secretKeyRingFile="$HOME/.gnupg/secring.gpg"
fi

0 comments on commit 2d83b8a

Please sign in to comment.