Skip to content

Commit

Permalink
default include
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan committed Sep 17, 2024
1 parent 08631e1 commit eb9fac4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ variables:
BUILD_ROOT: ${CI_PROJECT_DIR}
TARGET_BRANCH: ${CI_COMMIT_REF_NAME}

defaults:
id_tokens:
CI_JOB_JWT:
aud: https://lc.llnl.gov/gitlab

stages:
- build

Expand All @@ -22,6 +17,7 @@ stages:
pipeline_variables: true

include:
- local: .gitlab/subscribed-pipelines.yml
# Sets ID tokens for every job using `default:`
- project: 'lc-templates/id_tokens'
file: 'id_tokens.yml'
- local: .gitlab/subscribed-pipelines.yml

0 comments on commit eb9fac4

Please sign in to comment.