Skip to content
Snippets Groups Projects
Verified Commit 173813be authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Enable for trigger pipeline source.

parent b68bb17d
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@ dev images:
when: never
- if: $CI_PIPELINE_SOURCE == "web"
when: never
- if: $CI_PIPELINE_SOURCE == "trigger"
when: never
- if: $CI_COMMIT_BRANCH == "main"
script:
- black --check ogscm
......@@ -55,10 +57,10 @@ manual build:
tags: ['docker-shell']
stage: build
rules:
- if: $CI_PIPELINE_SOURCE != "web"
when: never
- if: $CI_COMMIT_BRANCH
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "trigger"
script:
- echo $OGSCM_ARGUMENTS
- poetry install
- eval poetry run ogscm -B -C -R --ccache $OGSCM_ARGUMENTS
artifacts:
......
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