From 75a29106ce9ce558f59f13080cc8ac1696e85ee1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 20 Aug 2023 14:58:11 -0700 Subject: [PATCH] Switch to exec runner so Podman works. --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 979a937..2595d0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,10 @@ kind: pipeline name: build +type: exec + +platform: + os: linux + arch: amd64 clone: skip_verify: true @@ -22,6 +27,6 @@ trigger: repo: - witten/mediagoblin-docker branch: - - master + - main event: - push