Skip to content

Commit

Permalink
Fixing gitlab (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
slabasan authored Sep 20, 2024
1 parent 6f79bca commit 207e27e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
include: [component: $CI_SERVER_FQDN/lc-components/id_tokens/id_tokens-component@main]

variables:
CUSTOM_CI_BUILDS_DIR: "/usr/workspace/msr/gitlab-runner"
BUILD_ROOT: ${CI_PROJECT_DIR}
Expand All @@ -17,7 +19,4 @@ stages:
pipeline_variables: true

include:
# 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 207e27e

Please sign in to comment.