forked from tim/k3s-ansible
fix(ci): pin + cache
This commit is contained in:
4
.github/download-boxes.sh
vendored
4
.github/download-boxes.sh
vendored
@@ -10,8 +10,8 @@ YQ_BINARY=yq_linux_amd64
|
||||
GIT_ROOT=$(git rev-parse --show-toplevel)
|
||||
PROVIDER=virtualbox
|
||||
|
||||
# gey yq used for filtering
|
||||
wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
|
||||
# get yq used for filtering
|
||||
wget https://github.com/mikefarah/yq/releases/download/${YQ_VERSION}/${YQ_BINARY} -O /usr/bin/yq &&\
|
||||
chmod +x /usr/bin/yq
|
||||
|
||||
# Read all boxes for all platforms from the "molecule.yml" files
|
||||
|
||||
Reference in New Issue
Block a user