mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
fix(build): Ensure GCS signing is used in CI
This commit is contained in:
parent
11cd6b767b
commit
e7250d30e5
|
@ -28,6 +28,8 @@ script:
|
|||
-e BUCKET=nixery-layers \
|
||||
-e GOOGLE_CLOUD_PROJECT=nixery \
|
||||
-e GOOGLE_APPLICATION_CREDENTIALS=/var/nixery/key.json \
|
||||
-e GCS_SIGNING_ACCOUNT="${GCS_SIGNING_ACCOUNT}" \
|
||||
-e GCS_SIGNING_KEY=/var/nixery/gcs.pem \
|
||||
${IMG}
|
||||
|
||||
# print all of the container's logs regardless of success
|
||||
|
|
Loading…
Reference in New Issue
Block a user