File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33 - oraclejdk8
44
55cache :
6- directories :
6+ files :
77 - /tmp/.hirezsessions
8+ directories :
89 - ~/.m2/repository
910
1011before_install :
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)
3- if [[ ! -z $TRAVIS_TAG ] && [ $REPO_VERSION != ' *-SNAPSHOT' ] && [ " $TRAVIS_BRANCH " != ' dev' ]] || [[ $REPO_VERSION == ' *-SNAPSHOT' ] && [ " $TRAVIS_BRANCH " == ' dev' ]]; then
3+ if [ ! -z $TRAVIS_TAG ] && [ $REPO_VERSION != ' *-SNAPSHOT' ] && [ " $TRAVIS_BRANCH " != ' dev' ]; then
4+ mvn deploy -P sign,build-extras --settings ./settings.xml
5+ elif [ $REPO_VERSION == ' *-SNAPSHOT' ] && [ " $TRAVIS_BRANCH " == ' dev' ]; then
46 mvn deploy -P sign,build-extras --settings ./settings.xml
57fi
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2-
3- if [ ! -z $TRAVIS_TAG ]; then
4- openssl aes-256-cbc -K $encrypted_b20503c2b955_key -iv $encrypted_b20503c2b955_iv -in hirezapi.asc.enc -out hirezapi.asc -d
5- gpg --fast-import hirezapi.asc
6- fi
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
You can’t perform that action at this time.
0 commit comments