This commit is contained in:
parent
785c45c355
commit
e2e050d884
@ -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
|
Loading…
x
Reference in New Issue
Block a user