Update CI configuration following name change
This commit is contained in:
parent
6c169ab3a1
commit
6d4f395a0f
1 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
image: debian:buster
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
- build
|
- build
|
||||||
|
@ -5,7 +6,6 @@ stages:
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
run-lint:
|
run-lint:
|
||||||
image: debian:buster
|
|
||||||
stage: lint
|
stage: lint
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
tags:
|
tags:
|
||||||
|
@ -28,7 +28,7 @@ run-build:
|
||||||
- apt-get install -y dpkg-dev debhelper
|
- apt-get install -y dpkg-dev debhelper
|
||||||
- dpkg-buildpackage -us -uc
|
- dpkg-buildpackage -us -uc
|
||||||
- mkdir build-artifacts
|
- mkdir build-artifacts
|
||||||
- mv ../unipoly-mlmmj-ldap-sync* build-artifacts/
|
- mv ../mlmmj-ldap-sync* build-artifacts/
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build-artifacts
|
- build-artifacts
|
||||||
|
@ -43,7 +43,7 @@ run-checking:
|
||||||
- echo 'Acquire::http { Proxy "http://rapperswil:3142"; };' > /etc/apt/apt.conf.d/02proxy
|
- echo 'Acquire::http { Proxy "http://rapperswil:3142"; };' > /etc/apt/apt.conf.d/02proxy
|
||||||
- apt-get update -qy
|
- apt-get update -qy
|
||||||
- apt-get install -y lintian
|
- 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
|
# Deploy the built package to rapperswil
|
||||||
run-deploy:
|
run-deploy:
|
||||||
|
@ -65,4 +65,4 @@ run-deploy:
|
||||||
- apt-get update -qy
|
- apt-get update -qy
|
||||||
- apt-get install -y dput
|
- apt-get install -y dput
|
||||||
- 'echo "$CD_MINIDINSTALL_CONFIG" > ~/.dput.cf'
|
- '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'
|
||||||
|
|
Loading…
Reference in a new issue