File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22REPO_VERSION=$( mvn -q -Dexec.executable=" echo" -Dexec.args=' ${project.version}' --non-recursive org.codehaus.mojo:exec-maven-plugin:1.3.1:exec)
33if [ ! -z $TRAVIS_TAG ] && [ $REPO_VERSION != ' *-SNAPSHOT' ] && [ " $TRAVIS_BRANCH " != ' dev' ]; then
4- mvn deploy -P sign,build-extras --settings . /settings.xml
4+ mvn deploy -P sign,build-extras --settings $TRAVIS_BUILD_DIR /deploying /settings.xml
55elif [ $REPO_VERSION == ' *-SNAPSHOT' ] && [ " $TRAVIS_BRANCH " == ' dev' ]; then
6- mvn deploy -P sign,build-extras --settings . /settings.xml
6+ mvn deploy -P sign,build-extras --settings $TRAVIS_BUILD_DIR /deploying /settings.xml
77fi
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- openssl aes-256-cbc -K $encrypted_b20503c2b955_key -iv $encrypted_b20503c2b955_iv -in hirezapi.asc.enc -out hirezapi.asc -d
3- gpg --fast-import hirezapi.asc
2+ openssl aes-256-cbc -K $encrypted_b20503c2b955_key -iv $encrypted_b20503c2b955_iv -in $TRAVIS_BUILD_DIR /deploying/ hirezapi.asc.enc -out $TRAVIS_BUILD_DIR /deploying/ hirezapi.asc -d
3+ gpg --fast-import $TRAVIS_BUILD_DIR /deploying/ hirezapi.asc
You can’t perform that action at this time.
0 commit comments