Skip to content
Snippets Groups Projects
Commit 8e86a965 authored by (INACTIVE) Marcel Bajdel (new marcel.bajdel)'s avatar (INACTIVE) Marcel Bajdel (new marcel.bajdel) :rocket:
Browse files

Getting rid of trigger

parent 1b43076d
No related branches found
No related tags found
4 merge requests!22Release,!21Docker image branch,!19Docker image branch,!18Docker image branch
......@@ -7,7 +7,6 @@ stages:
- test_latest # tests when the image with tag latest is pushed
- build_tag # builds when the tag is pushed
- test_tag # tests when the tag is pushed
- trigger_pipeline # Triggering other pipeline
build_branch: # Creating tarball for the each branch in the repository
stage: build_branch
......@@ -176,18 +175,4 @@ test_tag: # This test will run only for tags
paths:
- test_tag.log
trigger_pipeline:
stage: trigger_pipeline
script:
- apt-get update -qy
- apt-get install -y curl
- 'curl --request POST --form token=glptt-eb00396b920d3a6043997b78714990b1fa0063ea --form ref=pipeline_branch https://codebase.helmholtz.cloud/api/v4/projects/9922/trigger/pipeline'
rules:
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "develop" || $CI_COMMIT_BRANCH == "main"'
when: always
- if: '$CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "main" || $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "release"'
when: never
- changes:
- README.md
when: never
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment