diff options
author | Ondrej Holy <oholy@redhat.com> | 2020-11-19 10:54:39 +0100 |
---|---|---|
committer | Ondrej Holy <oholy@redhat.com> | 2020-11-20 09:39:57 +0100 |
commit | 8eb21a09fc5ba58aed198816c1d0466cc60e5a5b (patch) | |
tree | 7c5ce9e3cea75a3db02239d8c6258386696481f8 /.gitlab-ci.yml | |
parent | b678abed38dd613edba5bb277420ceea2766def9 (diff) | |
download | nautilus-8eb21a09fc5ba58aed198816c1d0466cc60e5a5b.tar.gz |
ci: Remove broken triage job
The triage job is broken, which regularly causes CI failures. I've
made some attemts to fix it but I failed. I don't have capacity to
spent more time on it. Let's remove the job completely for now to
prevent the confusing CI failures.
Fixes: https://gitlab.gnome.org/GNOME/nautilus/-/issues/1625
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8fdd4ee68..1046dca63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,6 @@ variables: BUNDLE: "nautilus-dev.flatpak" stages: - - triage - image - test - cross environment @@ -54,25 +53,6 @@ flatpak master: - tags allow_failure: true -triage: - image: ruby:2.4 - stage: triage - script: - - gem install gitlab-triage - - gitlab-triage --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org - only: - - schedules - -triage:dry-run: - image: ruby:2.4 - stage: triage - script: - - gem install gitlab-triage - - gitlab-triage --dry-run --token $TRIAGE_BOT_TOKEN --project-id $CI_PROJECT_PATH --host-url https://gitlab.gnome.org - only: - - schedules - when: manual - style check: image: registry.gitlab.gnome.org/gnome/nautilus:latest stage: test |