Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
workspaces
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ssa
workspaces
Commits
8a0e9777
Commit
8a0e9777
authored
1 year ago
by
Charlotte Hausman
Browse files
Options
Downloads
Patches
Plain Diff
remove unneeded pwds
parent
1f840645
No related branches found
Branches containing commit
No related tags found
Tags containing commit
3 merge requests
!1605
Merge 2.8.2.3 work to main
,
!1581
catch up with 2.8.2.3
,
!1580
make all poetry.lock files update at once
Pipeline
#14325
passed
1 year ago
Stage: pull-db
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+23
-23
23 additions, 23 deletions
Makefile
with
23 additions
and
23 deletions
Makefile
+
23
−
23
View file @
8a0e9777
...
...
@@ -102,32 +102,32 @@ build base images:
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
cd
apps/cli/executables/pexable/carta_envoy
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/casa_envoy
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/conveyor
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/data_annotator
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/deliver
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/ingest_envoy
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/mediator
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/null
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/productfetcher
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/update_stage
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/vela
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/wf_inspector
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/ws_annihilator
&&
poetry lock
--no-update
cd
apps/cli/executables/pexable/ws_metrics
&&
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
cd
apps/cli/utilities/aat_wrest
&&
poetry lock
--no-update
cd
apps/cli/utilities/contacts_wrest
&&
poetry lock
--no-update
cd
apps/cli/utilities/core_sampler
&&
poetry lock
--no-update
cd
apps/cli/utilities/wf_monitor
&&
poetry lock
--no-update
poetry-lock-shared
:
cd
shared/messaging
&&
pwd
&&
poetry lock
--no-update
cd
shared/workspaces
&&
pwd
&&
poetry lock
--no-update
cd
shared/messaging
&&
poetry lock
--no-update
cd
shared/workspaces
&&
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
cd
services/capability
&&
poetry lock
--no-update
cd
services/notification
&&
poetry lock
--no-update
cd
services/workflow
&&
poetry lock
--no-update
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment