From 348b7daa17e1ffe1ecbcdd6f19fd41c2ed60bfbf Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Sat, 25 Feb 2023 12:45:01 +0100 Subject: [PATCH] Fix drone.yaml --- .drone.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 566664b..0690420 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,9 +36,6 @@ steps: from_secret: GITEA_TOKEN repo: git.badhouseplants.net/allanger/badhouseplants-net tags: ${DRONE_COMMIT_SHA} - depends_on: - - Init git submodules with themes - - Get static content --- # ----------------------------------------------