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:
|
rules:
|
||||||
|
|
||||||
# run only on push to default branch
|
# run only on push to default branch
|
||||||
- if:
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
|
||||||
'$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH ==
|
|
||||||
$CI_DEFAULT_BRANCH'
|
|
||||||
- when: "never"
|
- when: "never"
|
||||||
|
|
||||||
# prepare ssh
|
# prepare ssh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue