Reflect chaos deploy when selecting recipe version
Closes coop-cloud/abra#185.
This commit is contained in:
parent
07696760b7
commit
3d8ce3492e
6
abra
6
abra
@ -685,7 +685,11 @@ get_recipe_version_latest() {
|
|||||||
info "No versions found"
|
info "No versions found"
|
||||||
else
|
else
|
||||||
VERSION="${RECIPE_VERSIONS[-1]}"
|
VERSION="${RECIPE_VERSIONS[-1]}"
|
||||||
info "Chose version $VERSION"
|
if [ "$abra___chaos" = "true" ]; then
|
||||||
|
info "Not choosing a version and instead deploying from latest commit"
|
||||||
|
else
|
||||||
|
info "Chose version $VERSION"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user