chore(build): Configure build to use new GCS configuration options

This commit is contained in:
Vincent Ambo 2019-10-28 20:04:59 +01:00 committed by Vincent Ambo
parent ab190256ab
commit 3a7c964a22

View file

@ -26,12 +26,11 @@ script:
docker run -d -p 8080:8080 --name nixery \
-v ${PWD}/test-files:/var/nixery \
-e PORT=8080 \
-e BUCKET=nixery-ci-tests \
-e GCS_BUCKET=nixery-ci-tests \
-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 \
-e NIXERY_CHANNEL=nixos-unstable \
-e NIXERY_STORAGE_BACKEND=gcs \
${IMG}
# print all of the container's logs regardless of success