Skip to content
Snippets Groups Projects
Commit 6878076a authored by Sam Kagan's avatar Sam Kagan
Browse files

Made poetrylockall slightly less gross

parent 8a0e9777
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 #14348 passed
...@@ -102,32 +102,32 @@ build base images: ...@@ -102,32 +102,32 @@ build base images:
poetrylockall: poetry-lock-pexes poetry-lock-utilities poetry-lock-shared poetry-lock-services poetrylockall: poetry-lock-pexes poetry-lock-utilities poetry-lock-shared poetry-lock-services
poetry-lock-pexes: poetry-lock-pexes:
cd apps/cli/executables/pexable/carta_envoy && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/carta_envoy
cd apps/cli/executables/pexable/casa_envoy && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/casa_envoy
cd apps/cli/executables/pexable/conveyor && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/conveyor
cd apps/cli/executables/pexable/data_annotator && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/data_annotator
cd apps/cli/executables/pexable/deliver && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/deliver
cd apps/cli/executables/pexable/ingest_envoy && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/ingest_envoy
cd apps/cli/executables/pexable/mediator && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/mediator
cd apps/cli/executables/pexable/null && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/null
cd apps/cli/executables/pexable/productfetcher && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/productfetcher
cd apps/cli/executables/pexable/update_stage && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/update_stage
cd apps/cli/executables/pexable/vela && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/vela
cd apps/cli/executables/pexable/wf_inspector && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/wf_inspector
cd apps/cli/executables/pexable/ws_annihilator && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/ws_annihilator
cd apps/cli/executables/pexable/ws_metrics && poetry lock --no-update poetry lock --no-update -C apps/cli/executables/pexable/ws_metrics
poetry-lock-utilities: poetry-lock-utilities:
cd apps/cli/utilities/aat_wrest && poetry lock --no-update poetry lock --no-update -C apps/cli/utilities/aat_wrest
cd apps/cli/utilities/contacts_wrest && poetry lock --no-update poetry lock --no-update -C apps/cli/utilities/contacts_wrest
cd apps/cli/utilities/core_sampler && poetry lock --no-update poetry lock --no-update -C apps/cli/utilities/core_sampler
cd apps/cli/utilities/wf_monitor && poetry lock --no-update poetry lock --no-update -C apps/cli/utilities/wf_monitor
poetry-lock-shared: poetry-lock-shared:
cd shared/messaging && poetry lock --no-update poetry lock --no-update -C shared/messaging
cd shared/workspaces && poetry lock --no-update poetry lock --no-update -C shared/workspaces
poetry-lock-services: poetry-lock-services:
cd services/capability && poetry lock --no-update poetry lock --no-update -C services/capability
cd services/notification && poetry lock --no-update poetry lock --no-update -C services/notification
cd services/workflow && poetry lock --no-update poetry lock --no-update -C services/workflow
\ 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