diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-25 17:57:46 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2020-02-25 17:57:46 +0000 |
commit | d9608a03572e061f04c5c5b84b3baf97a93be21f (patch) | |
tree | 4127a15dee24de3f84f958577352b62b1949cb14 /.gitlab-ci.yml | |
parent | 92d86c4a9f198f67347cf8a6f96a3d08e89d84a0 (diff) | |
download | gtk+-d9608a03572e061f04c5c5b84b3baf97a93be21f.tar.gz |
ci: Move style-check to .pre phase
We want the style checks running at the start of the CI pipeline, no
need to have a specific phase for it.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f435e3d417..1166c50f2e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,4 @@ stages: - - analysis - build - docs - flatpak @@ -28,7 +27,7 @@ variables: style-check-diff: extends: .only-default image: registry.gitlab.gnome.org/gnome/gtk/fedora:v14 - stage: analysis + stage: .pre allow_failure: true script: - .gitlab-ci/run-style-check-diff.sh |