Skip to content

Commit

Permalink
Merge branch 'ccrouzet/fix-ci-credentials' into 'main'
Browse files Browse the repository at this point in the history
Fix the Credentials for the CI

See merge request omniverse/warp!587
  • Loading branch information
christophercrouzet committed Jun 27, 2024
2 parents e7b99d5 + c65be53 commit 3f78715
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab/ci/cuda-11-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
include:
- /.gitlab/ci/common.yml
- project: "omniverse/sectools/vault"
file: ["templates/v2/omni-packman-s3-creds.yml", "templates/v3/linux/packman_s3.gitlab-ci.yml"]
file: ["templates/v3/linux/packman_s3.gitlab-ci.yml"]
ref: v1_latest

workflow:
rules:
Expand Down Expand Up @@ -299,6 +300,7 @@ publish extensions to packman:
needs: ["create kit artifacts"]
extends:
- .runner-utility-linux-x86_64
- .osec:vault:v3:prod_token_job
rules:
- if: $CI_PROJECT_PATH != "omniverse/warp" # Prevent fork pipelines from running this job
when: never
Expand All @@ -314,4 +316,5 @@ publish extensions to packman:
- unzip kit-extensions.zip
- tools/packman/packman pull -p linux-x86_64 deps/kit-deps.packman.xml
script:
- !reference [.osec:vault:v3:linux, packman_s3:perform_vault_requests]
- tools/repo.sh publish_exts

0 comments on commit 3f78715

Please sign in to comment.