1
0
Fork 0

gitlab-ci: Build 'satnogs-db-api-client' package

Signed-off-by: Vasilis Tsiligiannis <acinonyx@openwrt.gr>
merge-requests/427/head
Vasilis Tsiligiannis 2019-10-01 00:06:57 +03:00
parent 98b2513ec8
commit 6254319426
1 changed files with 3 additions and 0 deletions

View File

@ -81,6 +81,9 @@ build:
script:
- rm -rf dist
- tox -e build
- cd satnogs-db-api-client
- rm -rf dist
- python setup.py sdist bdist_wheel
artifacts:
expire_in: 1 week
when: always