Commit 830aa633 authored by Andrey Shatokhin's avatar Andrey Shatokhin

Update .gitlab-ci.yml

parent f5339339
Pipeline #5471 passed with stage
in 1 minute 34 seconds
image: docker.hub.eterfund.ru:443/etersoft/settingsd/ubuntu:18.04
image: docker.hub.eterfund.ru:443/drweb/deployment/ubuntu:18.04
stages:
- build
build:
stage: build
before_script:
- apt-get update
- apt-get install -y debhelper
- apt-get install -y devscripts
- apt-get install -y build-essential
- apt-get install -y dh-systemd
- apt-get install -y python-minimal
- apt-get install -y python3-all
- apt-get install -y python3-setuptools
script:
- debuild -us -uc || exit 1
- mkdir -p packages
......
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