From e2e050d8847c604c767392000aa735471dc261a4 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:30:48 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 260af9d..b03f819 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,6 @@ trigger: release: true steps: - - name: checkout - image: plugins/git - settings: - repo: https://github.com/insignia-live/setup-assistant-release.git - name: check_release_tag image: alpine:3.13 @@ -34,4 +30,8 @@ steps: - name: testing image: alpine commands: + - apk add --no-cache git + - git clone https://github.com/insignia-live/setup-assistant-release.git - ls -l + - cd setup-assistant-release + - ls -l \ No newline at end of file