Update .drone.yml

Allow for concurrency on the CLI and Live builds.
pull/41/head
modem7 2022-05-25 02:00:12 +01:00
rodzic 68fb93fe99
commit 8ed8ef739d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 780D7218B8D553A3
1 zmienionych plików z 1 dodań i 27 usunięć

Wyświetl plik

@ -82,32 +82,6 @@ steps:
tags:
- dockercli
- name: slack
image: themaz/drone-slack
settings:
webhook:
from_secret: slack_hook
when:
status: [ success, failure ]
trigger:
event:
- custom
depends_on:
- FullBuild
---
kind: pipeline
type: docker
name: LiveInstall
platform:
os: linux
arch: amd64
steps:
- name: LiveInstall
image: thegeeklab/drone-docker-buildx
privileged: true
@ -142,4 +116,4 @@ trigger:
- custom
depends_on:
- FullBuild
- FullBuild