Skip to content

Commit

Permalink
Fixed a regex in .travis.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Sep 18, 2020
1 parent ee6cf3a commit ba9cd77
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 @@ -58,7 +58,7 @@ deploy:
on:
repo: exasol/kinesis-connector-extension
tags: true
condition: $RELEASE = true && $TRAVIS_TAG =~ (\d+)\.(\d+)\.(\d+)
condition: $RELEASE = true && $TRAVIS_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+$

cache:
directories:
Expand Down

0 comments on commit ba9cd77

Please sign in to comment.