Skip to content

Commit

Permalink
re-add trigger marks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvs committed Jan 23, 2024
1 parent 41b775a commit a517462
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ build-windows-64:
make -j 1 win
ls -la bin
ki-oidc-plugin:
trigger-ki-oidc-plugin:
stage: build
image: marcvs/build_oidc-agent_debian-trixie
needs:
Expand Down Expand Up @@ -112,12 +112,12 @@ ki-oidc-plugin:
reports:
dotenv: ki-oidc-plugin.env

win-installer:
trigger-win-installer:
stage: build
image: marcvs/build_oidc-agent_debian-trixie
needs:
- build-windows-64
- ki-oidc-plugin
- trigger-ki-oidc-plugin
rules:
- if: $CI_PIPELINE_SOURCE != "push" && $CI_PIPELINE_SOURCE != "web"
when: never
Expand Down

0 comments on commit a517462

Please sign in to comment.