Update CI configuration following name change

This commit is contained in:
Timothée Floure 2019-10-30 13:15:04 +01:00
parent 6c169ab3a1
commit 6d4f395a0f
1 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,4 @@
image: debian:buster
stages:
- lint
- build
@ -5,7 +6,6 @@ stages:
- deploy
run-lint:
image: debian:buster
stage: lint
allow_failure: true
tags:
@ -28,7 +28,7 @@ run-build:
- apt-get install -y dpkg-dev debhelper
- dpkg-buildpackage -us -uc
- mkdir build-artifacts
- mv ../unipoly-mlmmj-ldap-sync* build-artifacts/
- mv ../mlmmj-ldap-sync* build-artifacts/
artifacts:
paths:
- build-artifacts
@ -43,7 +43,7 @@ run-checking:
- echo 'Acquire::http { Proxy "http://rapperswil:3142"; };' > /etc/apt/apt.conf.d/02proxy
- apt-get update -qy
- apt-get install -y lintian
- lintian -i build-artifacts/unipoly-mlmmj-ldap-sync*.changes
- lintian -i build-artifacts/mlmmj-ldap-sync*.changes
# Deploy the built package to rapperswil
run-deploy:
@ -65,4 +65,4 @@ run-deploy:
- apt-get update -qy
- apt-get install -y dput
- 'echo "$CD_MINIDINSTALL_CONFIG" > ~/.dput.cf'
- 'dput -u gnugen build-artifacts/unipoly-mlmmj-ldap-sync*.changes'
- 'dput -u gnugen build-artifacts/mlmmj-ldap-sync*.changes'