Skip to content
Snippets Groups Projects
Commit 4dcf4797 authored by Hannes Feldt's avatar Hannes Feldt
Browse files

Fix cmd issues

parent ad9947bf
No related branches found
No related tags found
No related merge requests found
Pipeline #89366 passed with warnings
Pipeline: Stingray

#89367

    ......@@ -199,7 +199,7 @@ deploy_nomad_central:
    - COMPONENT:
    - aggregate
    environment:
    name: $STATION
    name: central
    script:
    - |
    levant deploy \
    ......
    ......@@ -17,6 +17,7 @@ def add_minio_argument(parser: ArgumentParser):
    help="the S3 endpoint to use",
    default="s3.service.consul:9000",
    )
    parser.add_argument("--secure", action="store_true")
    def get_minio_client(args: Namespace) -> Minio:
    ......
    ......@@ -47,7 +47,6 @@ def _create_parser():
    "source", type=urlparse, help="the source bucket location of the data"
    )
    parser.add_argument("destination", type=urlparse, help="the target HDF5 file")
    parser.add_argument("--secure", action="store_true")
    add_minio_argument(parser)
    return parser
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment