Skip to content
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.

Commit

Permalink
Try to prevent Travis deploy warning(?) about tag name ‘untagged-XXXXX’
Browse files Browse the repository at this point in the history
  • Loading branch information
vovtz committed Aug 6, 2019
1 parent 09e6d7f commit ddd41b2
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
@@ -1,7 +1,6 @@
language: java
jdk: openjdk8
before_deploy:
- git fetch --tags
- mvn help:evaluate -N -Dexpression=project.version|grep -v '\['
- export project_version=$(mvn help:evaluate -N -Dexpression=project.version | grep -v '\[')
deploy:
Expand All @@ -14,6 +13,7 @@ deploy:
on:
repo: java-ebms-adapter/ebms-adapter-mule3
branch: master
tags: false
name: "$project_version"
addons:
sonarcloud:
Expand Down

0 comments on commit ddd41b2

Please sign in to comment.