Skip to content

Commit

Permalink
ci: Fix tag_filter to use glob [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdulin committed Jan 10, 2019
1 parent 2997b4b commit ffa49e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ resources:
access_token: ((github-access-token))
uri: ((github-repo))
branch: master
tag_filter: 'v[0-9]*'
tag_filter: 'v*'

- name: golang
type: docker-image
Expand Down Expand Up @@ -108,4 +108,4 @@ jobs:
params: {alert_type: failed}
on_abort:
put: slack
params: {alert_type: aborted}
params: {alert_type: aborted}

0 comments on commit ffa49e4

Please sign in to comment.