From ef66e6c17383bf62ca41dffc0403fbde9cb766ba Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 21 Mar 2026 14:14:02 +0000 Subject: [PATCH] fix: add clone step with git credentials --- .drone.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.drone.yml b/.drone.yml index 16afc2e..a2307bd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,14 @@ trigger: - dev steps: + - name: clone + image: alpine/git + settings: + username: + from_secret: git_username + password: + from_secret: git_password + - name: install image: node:18-alpine commands: @@ -54,6 +62,14 @@ trigger: - master steps: + - name: clone + image: alpine/git + settings: + username: + from_secret: git_username + password: + from_secret: git_password + - name: install image: node:18-alpine commands: