about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-10-09T12·35+0100
committerVincent Ambo <github@tazj.in>2019-10-11T11·37+0100
commitbf2718cebbd1c7af15c54c6da5685ed6d933cab4 (patch)
tree98ec71cbf9cc70180b38f55feac081d00551482e /tools
parentd7ffbbdea47738acac24593f7e4448dd9c1df8ff (diff)
chore(build): Use separate GCS bucket for CI runs
This has become an issue recently with changes such as GZIP
compression, where CI runs no longer work because they conflict with
the production bucket for the public instance.
Diffstat (limited to 'tools')
-rw-r--r--tools/nixery/.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nixery/.travis.yml b/tools/nixery/.travis.yml
index 5f0bbfd3b4..31d485d728 100644
--- a/tools/nixery/.travis.yml
+++ b/tools/nixery/.travis.yml
@@ -26,7 +26,7 @@ script:
     docker run -d -p 8080:8080 --name nixery \
       -v ${PWD}/test-files:/var/nixery \
       -e PORT=8080 \
-      -e BUCKET=nixery-layers \
+      -e BUCKET=nixery-ci-tests \
       -e GOOGLE_CLOUD_PROJECT=nixery \
       -e GOOGLE_APPLICATION_CREDENTIALS=/var/nixery/key.json \
       -e GCS_SIGNING_ACCOUNT="${GCS_SIGNING_ACCOUNT}" \