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