style: use longer lines
This commit is contained in:
parent
849ab5dfc8
commit
36e0ff9b44
1 changed files with 1 additions and 3 deletions
|
|
@ -8,9 +8,7 @@ deployment:
|
|||
rules:
|
||||
|
||||
# run only on push to default branch
|
||||
- if:
|
||||
'$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH ==
|
||||
$CI_DEFAULT_BRANCH'
|
||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||
- when: "never"
|
||||
|
||||
# prepare ssh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue