Skip to content

Commit

Permalink
Fix the credentials for the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
christophercrouzet committed Jun 27, 2024
1 parent 352d789 commit acfb585
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 @@ -345,6 +346,7 @@ publish extensions to packman:
needs: ["create kit artifacts"]
extends:
- .runner-utility-linux-x86_64
- .osec:vault:v3:prod_token_job
rules:
- if: $PARENT_COMMIT_BRANCH =~ /release-.*/
when: manual
Expand All @@ -358,4 +360,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 acfb585

Please sign in to comment.