Skip to content

Commit

Permalink
change dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
mnafees committed Feb 9, 2023
1 parent 88b6ef5 commit 53955df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions porter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@ builds:
apps:
- name: setup-job
depends_on:
- postgres
- porter-dashboard
run_once: true
helm_chart:
name: job
build_ref: job
- name: porter-dashboard
depends_on:
- postgres
- setup-job
helm_chart:
name: web
build_ref: porter
Expand Down

0 comments on commit 53955df

Please sign in to comment.