From a5013e275e3ef3348b665caec1283cc362ac2e73 Mon Sep 17 00:00:00 2001 From: f Date: Fri, 1 Oct 2021 09:59:35 -0300 Subject: [PATCH] ci --- .woodpecker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0855da9..1a4c758 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,6 +3,8 @@ pipeline: image: registry.nulo.in/sutty/containers-gem-compiler:${ALPINE_VERSION} pull: true commands: + - git checkout -B ${DRONE_BRANCH} + - exit 1 - bulk-compiler - git add built/ - git config user.name Woodpecker