Skip to content

Commit

Permalink
chore: limit image builds in devspace deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Oct 21, 2023
1 parent 3352ff9 commit 28014e3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .develop/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,15 @@ pipelines:
create_deployments --all
start_dev --all
deploy:
# override the default dev pipeline to not bother building clabverter or dev image while doing
# deploy pipeline
run: |
run_dependencies --all
ensure_pull_secrets --all
build_images clabernetes clabernetes-launcher
create_deployments --all
purge:
run: |-
stop_dev --all
Expand Down

0 comments on commit 28014e3

Please sign in to comment.