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
commit 6348a7bf1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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