From 98ed71f3d973eddc135cc70548c9249c29651add Mon Sep 17 00:00:00 2001 From: shnee Date: Mon, 30 Jan 2023 15:16:43 -0500 Subject: [PATCH] Clone Submodules in Pipeline --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 02138ce..12fb9d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: path: /var/run commands: - sleep 5 # give docker enough time to start + - make - make push-all - name: gotify