CI: try again to fix running steps build & publish
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Benjamin Renard 2022-04-27 23:29:08 +02:00
parent 64c8659000
commit ce9eb1cdb0

View file

@ -15,13 +15,10 @@ pipeline:
- echo /opt/instantclient_* > /etc/ld.so.conf.d/oracle-instantclient.conf
- ldconfig
- ./tests.sh --quiet
when:
event: [push, tag]
build:
image: debian
when:
tag: v*
branch: master
commands:
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
- DEBIAN_FRONTEND=noninteractive apt-get -y -qq upgrade < /dev/null > /dev/null
@ -32,7 +29,6 @@ pipeline:
image: plugins/gitea-release
when:
tag: v*
branch: master
settings:
api_key:
from_secret: gitea_token