Skip to content

Commit

Permalink
[ci] removing ki-oidc-plugin pipeline for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jan 18, 2024
1 parent fd9db0f commit ba774da
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,48 +84,6 @@ build-windows-64:
set +x
ki-oidc-plugin:
stage: build
needs:
- build-windows-64
- build-windows-lib-64
rules:
- if: $CI_PIPELINE_SOURCE != "push" && $CI_PIPELINE_SOURCE != "web"
when: never
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
variables:
TRIGGER_BRANCH: main
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
variables:
TRIGGER_BRANCH: main
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
variables:
TRIGGER_BRANCH: devel
inherit:
variables:
- ANYBRANCH_RESOLVE_DEPENDENCIES_REPO
- ANYBRANCH_RESOLVE_DEPENDENCIES_REPO
- DISTRO
- PREPROD_RESOLVE_DEPENDENCIES_REPO
- PREREL_BRANCH_NAME
- PREREL_RESOLVE_DEPENDENCIES_REPO
- RELEASE
- RESOLVE_DEPENDENCIES_REPO
variables:
# These are needed to find the artifacts:
CI_UPSTREAM_PROJECT_PATH: $CI_PROJECT_PATH
CI_UPSTREAM_COMMIT_REF_NAME: $CI_COMMIT_REF_NAME
# These are needed to synchronise the rules
CI_UPSTREAM_PIPELINE_SOURCE: $CI_PIPELINE_SOURCE
CI_UPSTREAM_COMMIT_BRANCH: $CI_COMMIT_BRANCH
CI_UPSTREAM_DEFAULT_BRANCH: $CI_DEFAULT_BRANCH
CI_UPSTREAM_COMMIT_SHA: $CI_COMMIT_SHA
AGENT_REF: $CI_COMMIT_REF_NAME
trigger:
project: m-team/ki-oidc-plugin
branch: $TRIGGER_BRANCH
strategy: depend

installer:
stage: publish
needs:
Expand Down

0 comments on commit ba774da

Please sign in to comment.