Skip to content

Commit

Permalink
Added -DskipGpg=false for release stage (#5)
Browse files Browse the repository at this point in the history
* Docker file for reverse-proxy

Added docker file for reverse-proxy module.

* Readme separation

Added readme in haystack-blobs to separate the content of core blobs module with the haystack related modules.

* Readme Update

* Addition of images to readme

* Files for travis job

Added files for creating travis job to push the library in maven repository

* Dummy check-in

* Updated .gitmodules

* Updated haystack-idl submodule

* Test case temp fix

* Test case temp fix

* Travis files updated

* Travis files updated

* Added profile to pom

* Tags added to Readme

Added build and license tag to readme

* Image links updated in readme

* Signature addition during release
  • Loading branch information
vaibhavsawhney authored and ashishagg committed Jul 30, 2019
1 parent ce12200 commit 5c2a2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if [[ "${BRANCH}" == 'master' && "${PULL_REQUEST}" == 'false' ]] || [[ -n "${TAG
fi

echo "Uploading to oss repo and GitHub"
./mvnw deploy --settings .travis/settings.xml -DskipTests=true --batch-mode --update-snapshots -Prelease
./mvnw deploy --settings .travis/settings.xml -DskipGpg=false -DskipTests=true --batch-mode --update-snapshots -Prelease
SUCCESS=$?
if [[ ${SUCCESS} -eq 0 ]]; then
echo "successfully deployed the jars to nexus"
Expand Down

0 comments on commit 5c2a2dc

Please sign in to comment.