fix(ci): pin + cache

This commit is contained in:
Timothy Stewart
2022-10-31 21:45:11 -05:00
parent 6f15ef260e
commit f9bb9dabae
2 changed files with 3 additions and 3 deletions

View File

@@ -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