From c9b388a10f7f599bfd3db209fb7fcda95b157062 Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:28:59 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4bd37b4..dc30637 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,10 +5,10 @@ trigger: release: true steps: - # - name: checkout - # image: plugins/git - # settings: - # repo: https://github.com/insignia-live/setup-assistant-release.git + - 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 +34,4 @@ steps: - name: testing image: alpine commands: - - echo "test" + - ls -l