Skip to content
Snippets Groups Projects
Commit 1f840645 authored by Charlotte Hausman's avatar Charlotte Hausman
Browse files

make poetry lock run everything at once

parent b6bd3ea4
No related branches found
No related tags found
3 merge requests!1605Merge 2.8.2.3 work to main,!1581catch up with 2.8.2.3,!1580make all poetry.lock files update at once
Pipeline #14321 passed
......@@ -97,3 +97,37 @@ build base images:
docker build -t workflow:local -f services/workflow/Dockerfile . --build-arg ENV=local --target dev
docker build -t workflow:local -f services/workflow/Dockerfile . --build-arg ENV=local --target dev
docker build -t workflow:local -f services/workflow/Dockerfile . --build-arg ENV=local --target dev
poetrylockall: poetry-lock-pexes poetry-lock-utilities poetry-lock-shared poetry-lock-services
poetry-lock-pexes:
cd apps/cli/executables/pexable/carta_envoy && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/casa_envoy && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/conveyor && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/data_annotator && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/deliver && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/ingest_envoy && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/mediator && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/null && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/productfetcher && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/update_stage && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/vela && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/wf_inspector && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/ws_annihilator && pwd && poetry lock --no-update
cd apps/cli/executables/pexable/ws_metrics && pwd && poetry lock --no-update
poetry-lock-utilities:
cd apps/cli/utilities/aat_wrest && pwd && poetry lock --no-update
cd apps/cli/utilities/contacts_wrest && pwd && poetry lock --no-update
cd apps/cli/utilities/core_sampler && pwd && poetry lock --no-update
cd apps/cli/utilities/wf_monitor && pwd && poetry lock --no-update
poetry-lock-shared:
cd shared/messaging && pwd && poetry lock --no-update
cd shared/workspaces && pwd && poetry lock --no-update
poetry-lock-services:
cd services/capability && pwd && poetry lock --no-update
cd services/notification && pwd && poetry lock --no-update
cd services/workflow && pwd && poetry lock --no-update
\ No newline at end of file
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