Преглед на файлове

change dependency order

Mohammed Nafees преди 3 години
родител
ревизия
53955df266
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      porter.yaml

+ 1 - 2
porter.yaml

@@ -18,7 +18,7 @@ builds:
 apps:
 - name: setup-job
   depends_on:
-    - postgres
+    - porter-dashboard
   run_once: true
   helm_chart:
     name: job
@@ -26,7 +26,6 @@ apps:
 - name: porter-dashboard
   depends_on:
     - postgres
-    - setup-job
   helm_chart:
     name: web
   build_ref: porter