diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41ffa16..8cbfbb7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'