Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2023-08-28 19:28:59 +02:00
parent 4e54518eae
commit c9b388a10f

View File

@ -5,10 +5,10 @@ trigger:
release: true release: true
steps: steps:
# - name: checkout - name: checkout
# image: plugins/git image: plugins/git
# settings: settings:
# repo: https://github.com/insignia-live/setup-assistant-release.git repo: https://github.com/insignia-live/setup-assistant-release.git
- name: check_release_tag - name: check_release_tag
image: alpine:3.13 image: alpine:3.13
@ -34,4 +34,4 @@ steps:
- name: testing - name: testing
image: alpine image: alpine
commands: commands:
- echo "test" - ls -l