From 0e0d31fae7f89306083c64e37925333175aaebc9 Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Sat, 13 Jan 2024 06:23:00 +0100 Subject: [PATCH] .drone.yml aktualisiert --- .drone.yml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 663def7..a164a7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,13 +3,18 @@ kind: pipeline name: build steps: -- name: docker - # See docs at https://plugins.drone.io/plugins/docker - image: plugins/docker - settings: - username: - from_secret: gitea_username - password: - from_secret: gitea_password - repo: git.qx9.de/websites/qx9.de - registry: git.qx9.de \ No newline at end of file + - name: submodules + image: alpine/git + commands: + - git submodule update --init --recursive --remote + + - name: docker + # See docs at https://plugins.drone.io/plugins/docker + image: plugins/docker + settings: + username: + from_secret: gitea_username + password: + from_secret: gitea_password + repo: git.qx9.de/websites/qx9.de + registry: git.qx9.de \ No newline at end of file