Skip to content

Commit

Permalink
🔧[ci] fix cbt fail on release
Browse files Browse the repository at this point in the history
tags and branch pipeline was competing for cbt tunnel
  • Loading branch information
bcaudan committed Nov 27, 2019
1 parent 62b47e6 commit c37a407
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ unit-cbt:
except:
refs:
- master
- tags
stage: unit-cbt
tags: ['runner:main', 'size:large']
image: $CI_IMAGE
Expand All @@ -86,6 +87,7 @@ e2e-cbt:
except:
refs:
- master
- tags
stage: e2e-cbt
tags: ['runner:main', 'size:large']
image: $CI_IMAGE
Expand Down

0 comments on commit c37a407

Please sign in to comment.