Skip to content

Commit 40ba069

Browse files
committed
fix regex for release tags (without xyz- prefix)
1 parent 446c5c0 commit 40ba069

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ script:
3232
# Remove wcm.io artefacts from repository before cache
3333
- rm -rf $HOME/.m2/repository/io/wcm
3434

35-
# exlude release tags like xyz-1.0.0 or xyz-1
35+
# exlude release tags like 1.0.0
3636
branches:
3737
except:
38-
- /^.*\-\d+(\.\d+\.\d+)?(\..*|\-.*)?$/
38+
- /^\d+(\.\d+\.\d+)?(\..*|\-.*)?$/
3939

4040
# Cache Maven Repository
4141
cache:

0 commit comments

Comments
 (0)