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
|
- echo /opt/instantclient_* > /etc/ld.so.conf.d/oracle-instantclient.conf
|
||||||
- ldconfig
|
- ldconfig
|
||||||
- ./tests.sh --quiet
|
- ./tests.sh --quiet
|
||||||
when:
|
|
||||||
event: [push, tag]
|
|
||||||
build:
|
build:
|
||||||
image: debian
|
image: debian
|
||||||
when:
|
when:
|
||||||
tag: v*
|
tag: v*
|
||||||
branch: master
|
|
||||||
commands:
|
commands:
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
- DEBIAN_FRONTEND=noninteractive apt-get -qq update < /dev/null > /dev/null
|
||||||
- DEBIAN_FRONTEND=noninteractive apt-get -y -qq upgrade < /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
|
image: plugins/gitea-release
|
||||||
when:
|
when:
|
||||||
tag: v*
|
tag: v*
|
||||||
branch: master
|
|
||||||
settings:
|
settings:
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: gitea_token
|
from_secret: gitea_token
|
||||||
|
|
Loading…
Reference in a new issue