Commit 764f523b authored by Andrey Shatokhin's avatar Andrey Shatokhin Committed by Дмитрий Никулин

Create .gitlab-ci.yml

parent f6af4256
Pipeline #5476 passed with stage
in 1 minute 2 seconds
image: docker.hub.eterfund.ru:443/drweb/deployment/ubuntu:18.04
stages:
- build
build:
stage: build
script:
- debuild -us -uc || exit 1
- mkdir -p packages
- cp -r ../settingsd*.deb packages/
artifacts:
paths:
- packages/*.deb
expire_in: 1 month
......@@ -2,7 +2,7 @@ Source: settingsd
Maintainer: Andrey Shatokhin <shatokhin@etersoft.ru>
Section: python
Priority: optional
Build-Depends: debhelper(>= 8),python3-all (>= 2.6.6-3~)
Build-Depends: debhelper(>= 8),python3-all (>= 2.6.6-3~),dh-systemd
Standards-Version: 3.9.5
Package: settingsd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment