Switch to exec runner so Podman works.
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Dan Helfman 2023-08-20 14:58:11 -07:00
parent b2fc1ff62d
commit 75a29106ce
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
kind: pipeline kind: pipeline
name: build name: build
type: exec
platform:
os: linux
arch: amd64
clone: clone:
skip_verify: true skip_verify: true
@ -22,6 +27,6 @@ trigger:
repo: repo:
- witten/mediagoblin-docker - witten/mediagoblin-docker
branch: branch:
- master - main
event: event:
- push - push