Skip to content

Commit

Permalink
Still fixing deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Aug 20, 2017
1 parent 60857a3 commit 53347ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis_publish.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
if [[ $TEST_SUITE = "{'browsers':['PhantomJS'],'runNegTests':true,'runSimpleTests':true}" ]]; then
ls -la
DisableSigning=false ./gradlew '-Psigning.keyId=${KeyID}' '-Psigning.password=${KeyPassword}' '-Psigning.secretKeyRingFile=${KeyFilename}' '-PMavenVersion=${TRAVIS_TAG}' uploadArchives
DisableSigning=false ./gradlew -Psigning.keyId=${KeyID} -Psigning.password=${KeyPassword} -Psigning.secretKeyRingFile=${KeyFilename} -PMavenVersion=${TRAVIS_TAG} uploadArchives
fi

0 comments on commit 53347ea

Please sign in to comment.