File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,7 @@ elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
23
23
else
24
24
echo " Deploying ..."
25
25
openssl aes-256-cbc -K $encrypted_abf389171084_key -iv $encrypted_abf389171084_iv -in .buildscript/private.key.enc -out private.key -d
26
- ./gradlew uploadArchives
27
26
gpg --import private.key
28
-
29
- echo " u $CI_DEPLOY_USERNAME $NEXUS_USERNAME "
30
27
echo " SONATYPE_NEXUS_USERNAME=$CI_DEPLOY_USERNAME " >> gradle.properties
31
28
echo " SONATYPE_NEXUS_PASSWORD=$CI_DEPLOY_PASSWORD " >> gradle.properties
32
29
echo " NEXUS_USERNAME=$CI_DEPLOY_USERNAME " >> gradle.properties
36
33
echo " signing.secretKeyRingFile=/home/travis/.gnupg/secring.gpg" >> gradle.properties
37
34
echo " org.gradle.parallel=false" >> gradle.properties
38
35
echo " org.gradle.configureondemand=false" >> gradle.properties
36
+ ./gradlew uploadArchives
39
37
rm private.key
40
38
git reset --hard
41
39
echo " Deployed!"
You can’t perform that action at this time.
0 commit comments