style: use longer lines

This commit is contained in:
Simon Cornet 2025-06-05 09:56:28 +02:00
commit 36e0ff9b44

View file

@ -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