CI: try again to fix running steps build & publish
This commit is contained in:
parent
64c8659000
commit
ce9eb1cdb0
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue