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