瀏覽代碼

move pull-images up, add pull-files role

Grega Bremec 1 年之前
父節點
當前提交
677bc53067
共有 1 個文件被更改,包括 5 次插入2 次删除
  1. 5 2
      pre-flight.yml

+ 5 - 2
pre-flight.yml

@@ -6,10 +6,13 @@
   roles:
     - role: pull-tools
       tags: prep
+    - role: pull-images
+      tags: prep
+    - role: pull-files
+      tags: prep
+    # TODO: download EAP, extract, patch, and remove from Downloads
     - role: check-env
       tags: check
     - role: fix-operators
       tags: fix
-    - role: pull-images
-      tags: prep
 ...