Skip to content

Commit

Permalink
Fix backport branch naming in travis filter
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Apr 3, 2019
1 parent 6aae6c8 commit 8387936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,7 @@ cache:
- ${HOME}/.ccache_docker_build_cosmic
- ${HOME}/.ccache_docker_build_bionic
timeout: 1000
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-on-/
if: NOT branch =~ /^(cherry-pick-)?backport-\d+-to-/

env:
global:
Expand Down

0 comments on commit 8387936

Please sign in to comment.