From adcfe27ee1a863c24020cb5bf2ff7e13a76d2f83 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 28 Apr 2022 00:36:11 +0200 Subject: [PATCH] CI: add publish-dryrun step --- .woodpecker.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index c9f221e..402e535 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -15,6 +15,7 @@ pipeline: - echo /opt/instantclient_* > /etc/ld.so.conf.d/oracle-instantclient.conf - ldconfig - ./tests.sh --quiet + build: image: debian when: @@ -26,6 +27,16 @@ pipeline: - DEBIAN_FRONTEND=noninteractive apt-get -qq -y install --no-install-recommends git sed python3-all python3-dev python3-pip python3-venv dpkg-dev build-essential debhelper dh-python bash-completion lsb-release < /dev/null > /dev/null - ./build.sh --quiet - rm -fr deb_dist/mylib-* + + publish-dryrun: + image: debian + when: + event: tag + branch: master + commands: + - ls dist/* + - ls deb_dist/* + publish: image: plugins/gitea-release when: