From 7873ef003d7b09e8a3eb4bb4c7ef4473deac30a2 Mon Sep 17 00:00:00 2001 From: Shy Date: Wed, 22 Jan 2025 22:16:42 -0500 Subject: [PATCH] Fix CI build attempt 6 --- .drone.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index cce589e..c060711 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,8 +7,14 @@ platform: arch: amd64 steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: docker image: plugins/docker + depends_on: + - submodules settings: username: from_secret: DOCKER_USER @@ -22,10 +28,6 @@ steps: when: event: - tag - - name: submodules - image: alpine/git - commands: - - git submodule update --init --recursive - name: build image: sist2app/sist2-build depends_on: @@ -60,8 +62,14 @@ platform: arch: arm64 steps: + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive - name: docker image: plugins/docker + depends_on: + - submodules settings: username: from_secret: DOCKER_USER @@ -75,10 +83,6 @@ steps: when: event: - tag - - name: submodules - image: alpine/git - commands: - - git submodule update --init --recursive - name: build image: sist2app/sist2-build-arm64 depends_on: