Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
fixing issue with escape character in Travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoiko committed May 29, 2019
1 parent 951c728 commit f01a245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ deploy:
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_TAG =~ ^v\d\.\d\.\d(-beta)?$"
condition: '$TRAVIS_TAG =~ ^v\d\.\d\.\d(-beta)?$'
-
provider: script
script: bash scripts/publish-java.sh
skip_cleanup: true
on:
tags: true
condition: "$TRAVIS_TAG =~ ^v\d\.\d\.\d(-beta)?$"
condition: '$TRAVIS_TAG =~ ^v\d\.\d\.\d(-beta)?$'

0 comments on commit f01a245

Please sign in to comment.