Closed devantler closed 2 years ago
I expect that the test.yaml pipeline can execute on forked repositories without error.
test.yaml
The test.yaml pipeline fails when calling the download-boxes.sh script.
download-boxes.sh
Operating system: MacOS
Hardware: M1
None as it happens in CI.
None as it happens during CI.
Check my fork for a failed action. There is not much info to gain from it, but it does prove that it fails on fresh forks: https://github.com/devantler/k3s-ansible/actions
I think it might be related to caching, in case you have not cached any vagrant boxes, and it tries to download them with the script.
Great catch, @devantler! I pushed a fix (and an explanation of the error) at #106 :-)
Thanks, that explains it :-) Happy to help!
Expected Behavior
I expect that the
test.yaml
pipeline can execute on forked repositories without error.Current Behavior
The
test.yaml
pipeline fails when calling thedownload-boxes.sh
script.Steps to Reproduce
Context (variables)
Operating system: MacOS
Hardware: M1
Variables Used
None as it happens in CI.
Hosts
None as it happens during CI.
Repro
Check my fork for a failed action. There is not much info to gain from it, but it does prove that it fails on fresh forks: https://github.com/devantler/k3s-ansible/actions
Possible Solution
I think it might be related to caching, in case you have not cached any vagrant boxes, and it tries to download them with the script.