Remove payment requirement for undeployments #22
@ -135,7 +135,7 @@ while true; do
|
|||||||
--include-tags "$INCLUDE_TAGS" \
|
--include-tags "$INCLUDE_TAGS" \
|
||||||
--exclude-tags "$EXCLUDE_TAGS" \
|
--exclude-tags "$EXCLUDE_TAGS" \
|
||||||
--lrn "$LRN" \
|
--lrn "$LRN" \
|
||||||
--min-required-payment ${MIN_REQUIRED_PAYMENT:-0} \
|
--min-required-payment 0 \
|
||||||
$EXTRA_UNDEPLOY_OPTS \
|
$EXTRA_UNDEPLOY_OPTS \
|
||||||
$UPDATE_OPTS \
|
$UPDATE_OPTS \
|
||||||
--discover
|
--discover
|
||||||
|
Loading…
Reference in New Issue
Block a user