lint
All checks were successful
Lint Checks / Run linter (pull_request) Successful in 37s
Webapp Test / Run webapp test suite (pull_request) Successful in 5m3s
Deploy Test / Run deploy test suite (pull_request) Successful in 5m36s
Smoke Test / Run basic test suite (pull_request) Successful in 5m6s
K8s Deployment Control Test / Run deployment control suite on kind/k8s (pull_request) Successful in 7m51s
K8s Deploy Test / Run deploy test suite on kind/k8s (pull_request) Successful in 9m22s

This commit is contained in:
Thomas E Lackey 2024-08-26 22:23:13 -05:00
parent 08b50f983d
commit 1f5549a8bb

View File

@ -3,7 +3,6 @@
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
import sys
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -14,18 +13,13 @@ import sys
# along with this program. If not, see <http:#www.gnu.org/licenses/>.
import base64
from email.quoprimime import decode
import click
import sys
import yaml
from urllib.parse import urlparse
from stack_orchestrator.deploy.webapp.util import (
LaconicRegistryClient,
TimedLogger,
)
from stack_orchestrator.deploy.webapp.util import LaconicRegistryClient
@click.command()