[fix] correctly format .gitlab/ci/lint.gitlab-ci.yml

This commit is contained in:
Laurent Peuch 2021-04-16 02:39:46 +02:00
parent d77866621b
commit f9419c9606

View file

@ -3,6 +3,7 @@
######################################## ########################################
# later we must fix lint and format-check jobs and remove "allow_failure" # later we must fix lint and format-check jobs and remove "allow_failure"
---
lint37: lint37:
stage: lint stage: lint
image: "before-install" image: "before-install"
@ -43,5 +44,5 @@ format-run:
- hub commit -am "[CI] Format code" || true - hub commit -am "[CI] Format code" || true
- hub pull-request -m "[CI] Format code" -b Yunohost:dev -p || true # GITHUB_USER and GITHUB_TOKEN registered here https://gitlab.com/yunohost/yunohost/-/settings/ci_cd - hub pull-request -m "[CI] Format code" -b Yunohost:dev -p || true # GITHUB_USER and GITHUB_TOKEN registered here https://gitlab.com/yunohost/yunohost/-/settings/ci_cd
only: only:
refs: refs:
- dev - dev