Skip to content

Commit 64e4b06

Browse files
mustaphazorgatiholgerhagen
authored andcommitted
TSK-925: now building history for release aswell
1 parent dd2859c commit 64e4b06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.travis.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,13 @@ matrix:
8787
openssl aes-256-cbc -K "$encrypted_21a5d40e43a3_key" -iv "$encrypted_21a5d40e43a3_iv" \
8888
-in "ci/codesigning.asc.enc" -out "ci/codesigning.asc" -d && gpg --import "ci/codesigning.asc" \
8989
&& nvm install $NODE_VERSION
90-
install: ci/change_version.sh -m ". history"
90+
install: ci/change_version.sh -m .
9191
&& ( cd web && npm install --silent )
9292
&& ( cd web && npm run build:prod-silent )
9393
&& mvn -q install -T 4C -am -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -pl :taskana-rest-spring-test
9494
&& mvn -q prepare-package -pl :taskana-rest-spring-test
9595
&& mvn -q install -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -pl :taskana-rest-spring-example
96+
&& mvn -q install -f history -T 4C -am -DskipTests -Dmaven.javadoc.skip -Dcheckstyle.skip -pl :taskana-simplehistory-rest-spring-example
9697
script: |
9798
mvn deploy -T 4C -P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
9899
--settings ci/mvnsettings.xml -DskipTests -Dcheckstyle.skip -pl !:taskana-spring-example,!:taskana-cdi-example,\
@@ -101,7 +102,7 @@ matrix:
101102
-P `[[ "$TRAVIS_TAG" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]] && echo "release" || echo "snapshot"` \
102103
-pl !:taskana-simplehistory-spring-test,!:taskana-simplehistory-rest-spring-example
103104
before_cache: rm -rf $HOME/.m2/repository/pro/taskana
104-
after_success: ci/change_version.sh -i -m ". history" && ci/commitPoms.sh
105+
after_success: ci/change_version.sh -i -m . && ci/commitPoms.sh
105106
deploy:
106107
provider: cloudfoundry
107108
username: $BLUEMIX_ACCOUNT
@@ -110,4 +111,4 @@ matrix:
110111
organization: "NovaTec Consulting GmbH"
111112
space: Taskana
112113
on:
113-
all_branches: true
114+
all_branches: true

0 commit comments

Comments
 (0)