Skip to content

Commit

Permalink
[ci] also remove the installer pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann committed Jan 18, 2024
1 parent ba774da commit 398813d
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,47 +83,3 @@ build-windows-64:
ls -la bin
set +x
installer:
stage: publish
needs:
- build-windows-64
- ki-oidc-plugin
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 # TODO change back to devel if 5 is merged
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
PLUGIN_REF: $TRIGGER_BRANCH
AGENT_REF: $CI_COMMIT_REF_NAME
trigger:
project: m-team/oidc/oidc-agent-win-installer
branch: $TRIGGER_BRANCH
strategy: depend

0 comments on commit 398813d

Please sign in to comment.