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