records wants string
Some checks failed
Lint Checks / Run linter (pull_request) Failing after 16s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Failing after 1m23s
Smoke Test / Run basic test suite (pull_request) Failing after 1m6s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Failing after 1m24s
Webapp Test / Run webapp test suite (pull_request) Successful in 1m50s
Deploy Test / Run deploy test suite (pull_request) Successful in 2m36s
Some checks failed
Lint Checks / Run linter (pull_request) Failing after 16s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Failing after 1m23s
Smoke Test / Run basic test suite (pull_request) Failing after 1m6s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Failing after 1m24s
Webapp Test / Run webapp test suite (pull_request) Successful in 1m50s
Deploy Test / Run deploy test suite (pull_request) Successful in 2m36s
This commit is contained in:
parent
87251ba65b
commit
25dce3f051
@ -53,9 +53,9 @@ from stack_orchestrator.deploy.webapp.util import LaconicRegistryClient
|
||||
)
|
||||
@click.option(
|
||||
"--min-atom-payment",
|
||||
help="List the minimum required payment (in ATOM) to process a deployment request.",
|
||||
default=1,
|
||||
type=float,
|
||||
help="List the minimum required payment (in uatom) to process a deployment request.",
|
||||
default="1000000uatom",
|
||||
type=str,
|
||||
)
|
||||
@click.option(
|
||||
"--dry-run",
|
||||
|
Loading…
Reference in New Issue
Block a user