feature/improve-drone-config #2637

Merged
konrad merged 5 commits from dpschen/frontend:feature/improve-drone-config into main 2022-11-08 14:56:46 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 678dc8ef51 - Show all commits

View File

@ -1,5 +1,6 @@
---
kind: pipeline
type: docker
dpschen marked this conversation as resolved Outdated

Is docker the default? I was unsure here, but my drone linter in vscode told me that not declaring a type is also wrong.

Is `docker` the default? I was unsure here, but my drone linter in vscode told me that not declaring a type is also wrong.

Docker is the default, yes.

Docker is the default, yes.
name: build
trigger:
@ -160,6 +161,7 @@ steps:
---
kind: pipeline
type: docker
name: release-latest
depends_on:
@ -238,6 +240,7 @@ steps:
---
kind: pipeline
type: docker
name: release-version
depends_on:
@ -314,6 +317,7 @@ steps:
---
kind: pipeline
type: docker
name: trigger-desktop-update
trigger: