Skip to content
Snippets Groups Projects
Commit 44a7b366 authored by zrgt's avatar zrgt
Browse files

Remove triage ci

parent 5fd84df3
No related branches found
No related tags found
No related merge requests found
stages: stages:
- build - build
- triage
- run
build: build:
image: debian:stable image: debian:stable
...@@ -15,37 +13,3 @@ build: ...@@ -15,37 +13,3 @@ build:
artifacts: artifacts:
paths: paths:
- public - public
\ No newline at end of file
dry-run:triage:
image: ruby:2.5
stage: triage
script:
- gem install activesupport -v 6.1.4.4
- gem install gitlab-triage
- gitlab-triage --help
- gitlab-triage --dry-run --token $API_TOKEN --source projects --source-id $CI_PROJECT_PATH --host-url https://git-ce.rwth-aachen.de/
when: manual
except:
- schedules
policy:run:
image: ruby:2.5
stage: run
script:
- gem install activesupport -v 6.1.4.4
- gem install gitlab-triage
- gitlab-triage --token $API_TOKEN --source projects --source-id $CI_PROJECT_PATH --host-url https://git-ce.rwth-aachen.de
when: manual
except:
- schedules
schedule:policyrun:
image: ruby:2.5
stage: run
script:
- gem install activesupport -v 6.1.4.4
- gem install gitlab-triage
- gitlab-triage --token $API_TOKEN --source projects --source-id $CI_PROJECT_PATH --host-url https://git-ce.rwth-aachen.de
only:
- schedules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment