Compare commits

..

No commits in common. "adcfe27ee1a863c24020cb5bf2ff7e13a76d2f83" and "fd1317cce68020400f1f76549dec5dc30c56e2c0" have entirely different histories.

2 changed files with 0 additions and 13 deletions

View file

@ -15,7 +15,6 @@ 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
build: build:
image: debian image: debian
when: when:
@ -27,16 +26,6 @@ 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 - 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 - ./build.sh --quiet
- rm -fr deb_dist/mylib-* - rm -fr deb_dist/mylib-*
publish-dryrun:
image: debian
when:
event: tag
branch: master
commands:
- ls dist/*
- ls deb_dist/*
publish: publish:
image: plugins/gitea-release image: plugins/gitea-release
when: when:

View file

@ -2,8 +2,6 @@
Just a set of helpers small libs to make common tasks easier in my script development. Just a set of helpers small libs to make common tasks easier in my script development.
[![status-badge](https://ci.zionetrix.net/api/badges/bn8/python-mylib/status.svg)](https://ci.zionetrix.net/bn8/python-mylib)
## Requirements ## Requirements
``` ```