Skip to content
This repository has been archived by the owner on Mar 2, 2020. It is now read-only.

Commit

Permalink
update travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
junkerm committed Apr 26, 2019
1 parent 39fcc1f commit f318202
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ script:
- cd ..
after_success:
- git status
- echo $TRAVIS_TAG
- cd bundles/specmate-std-env/generated/distributions/executable/
- mv dev-specmate-all.jar dev-specmate-all-$TRAVIS_TAG.jar
- mv prod-specmate-all.jar prod-specmate-all-$TRAVIS_TAG.jar
Expand All @@ -42,5 +43,5 @@ deploy:
- bundles/specmate-std-env/generated/distributions/executable/prod-specmate-no-cdo-server-$TRAVIS_TAG.jar
on:
repo: junkerm/specmate
condition: $TRAVIS_TAG =~ ^v[\.\d]+(-dev-\d+)?$
condition: $TRAVIS_TAG =~ ^v[\.0-9]+(-dev-[0-9]+)?$
tags: true

0 comments on commit f318202

Please sign in to comment.