Merge pull request #6863 from kzys/cirrus-cache

Don't use "uname -a" as Cirrus CI's cache key
This commit is contained in:
Phil Estes
2022-04-27 21:18:45 +01:00
committed by GitHub

View File

@@ -32,7 +32,7 @@ task:
vagrant_cache: vagrant_cache:
folder: /root/.vagrant.d folder: /root/.vagrant.d
fingerprint_script: uname -a; cat Vagrantfile fingerprint_script: uname --kernel-release --kernel-version && cat Vagrantfile
vagrant_up_script: | vagrant_up_script: |
vagrant up --no-tty vagrant up --no-tty