Fix cairn caching
This commit is contained in:
parent
4c1015fb76
commit
4354458484
|
|
@ -47,7 +47,7 @@ runs:
|
|||
return 1
|
||||
}
|
||||
|
||||
if [ -f "${TOOL_DIR}/cairn" ] && [ -f "${TOOL_DIR}/.complete" ]; then
|
||||
if [ "${CAIRN_VERSION}" != "latest" ] && [ -f "${TOOL_DIR}/cairn" ] && [ -f "${TOOL_DIR}/.complete" ]; then
|
||||
echo "Cairn CLI ${CAIRN_VERSION} found in tool cache"
|
||||
else
|
||||
echo "Downloading Cairn CLI ${CAIRN_VERSION}..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue