mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] correctly format .gitlab/ci/lint.gitlab-ci.yml
This commit is contained in:
parent
d77866621b
commit
f9419c9606
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue