Skip to content

Dependency pipeline config #2623

Closed Answered by dtomasi
dtomasi asked this question in Q&A
Apr 14, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

I think I found a solution it was not that straight forward for me, but in one of the issues I got inspired to force the to be used pipeline by overwriting the defaults. The solution looks like this:

#####
# Pipelines
#####
pipelines:

  ## Overwrite pipeline to enforce the pipeline that is used for dependencies
  dev: |-
    run_dependencies --all --pipeline dev
    ensure_pull_secrets --all
    build_images --all
    create_deployments --all
    start_dev --all

  ## Overwrite pipeline to enforce the pipeline that is used for dependencies
  deploy: |-
    run_dependencies --all --pipeline deploy
    ensure_pull_secrets --all
    build_images --all
    create_deployments --all

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ManAnRuck
Comment options

Answer selected by dtomasi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants