Skip to content

Commit 5c2a2dc

Browse files
vaibhavsawhneyashishagg
authored andcommitted
Added -DskipGpg=false for release stage (#5)
* 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
1 parent ce12200 commit 5c2a2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if [[ "${BRANCH}" == 'master' && "${PULL_REQUEST}" == 'false' ]] || [[ -n "${TAG
2525
fi
2626

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

0 commit comments

Comments
 (0)