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

This commit is contained in:
Sthope 2023-08-28 19:30:48 +02:00
parent 785c45c355
commit e2e050d884

View File

@ -5,10 +5,6 @@ trigger:
release: true release: true
steps: steps:
- name: checkout
image: plugins/git
settings:
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 +30,8 @@ steps:
- name: testing - name: testing
image: alpine image: alpine
commands: 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 - ls -l