From 044d94235e5b99cdc2803218ab2be72f47038006 Mon Sep 17 00:00:00 2001 From: nd <git@notandy.de> Date: Thu, 25 Nov 2021 22:48:36 +0100 Subject: [PATCH] move ci utils to another repo --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bc9d32b..859220e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ include: - - project: 'infra/packages/docker-images' + - project: 'infra/packages/ci-utils' ref: main file: 'shared-ci.yml' - local: 'gitlabci-version.yml' @@ -59,7 +59,7 @@ autoupdate: extends: .package image: registry.git.cccv.de/infra/packages/docker-images/bullseye script: - - wget https://git.cccv.de/infra/packages/docker-images/-/raw/main/create_debian-changelog-from-git.py + - wget https://git.cccv.de/infra/packages/ci-utils/-/raw/main/create_debian-changelog-from-git.py - chmod 555 create_debian-changelog-from-git.py - ./create_debian-changelog-from-git.py ${PACKAGE_NAME} > debian/changelog - ls -lahtr -- GitLab