Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Fix preview
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemedeiros authored and igdianov committed Dec 18, 2020
1 parent 8e47de1 commit 81c72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
stage: deploy_preview
script: |
mvn versions:set -DnewVersion=$(cat VERSION)-SNAPSHOT -DprocessAllModules=true -DgenerateBackupPoms=false || travis_terminate 1
mvn clean deploy -pl activiti-cloud-dependencies -DskipTests || travis_terminate 1
mvn clean deploy -pl activiti-cloud-dependencies/dependencies -am -DskipTests || travis_terminate 1
- name: Publish Helm Charts
stage: publish
Expand Down

0 comments on commit 81c72de

Please sign in to comment.