This commit is contained in:
parent
b1bfee3fd9
commit
ccae2adc2c
32
.drone.yml
32
.drone.yml
@ -33,33 +33,6 @@ steps:
|
||||
- success
|
||||
- failure
|
||||
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
name: prepare-ul
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
- dev
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
||||
depends_on:
|
||||
- test-set-default
|
||||
|
||||
steps:
|
||||
- name: archives
|
||||
pull: if-not-exists
|
||||
image: immawanderer/archlinux-rf:latest
|
||||
@ -74,10 +47,13 @@ steps:
|
||||
- sha512sum /archives/*zstd.gpg > /archives/$(ls /archives/*zstd.gpg)-SHA512SUM
|
||||
- rm /archives/*results*zstd /archives/*results*zstd-SHA512SUM
|
||||
- ls -la /archives
|
||||
- cp -vR /archives .
|
||||
when:
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
depends_on:
|
||||
- test000
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -102,7 +78,7 @@ trigger:
|
||||
- failure
|
||||
|
||||
depends_on:
|
||||
- prepare-ul
|
||||
- test-set-default
|
||||
|
||||
steps:
|
||||
- name: b2
|
||||
|
Loading…
Reference in New Issue
Block a user