tazjin / nixery

Container registry which transparently builds images using the Nix package manager. Canonical repository is https://cs.tvl.fyi/depot/-/tree/tools/nixery
https://nixery.dev/
Apache License 2.0
1.8k stars 67 forks source link

chore(ci): Remove unnecessary commands from new CI setup #125

Closed tazjin closed 3 years ago

tazjin commented 3 years ago
flokli commented 3 years ago

remove setup of old temporary storage directory (now done in integration script test instead)

We don't even use this temporary storage directory anymore. This directory was used in the integration test to mount in the GOOGLE_APPLICATION_CREDENTIALS, but as the integration test is now using the local storage backend, it's not needed - an empty tmpfs is mounted at /var/cache/nixery instead.