Skip to content
Snippets Groups Projects
Verified Commit 044d9423 authored by nd's avatar nd
Browse files

move ci utils to another repo

parent 365c2f87
Branches
No related tags found
No related merge requests found
include: include:
- project: 'infra/packages/docker-images' - project: 'infra/packages/ci-utils'
ref: main ref: main
file: 'shared-ci.yml' file: 'shared-ci.yml'
- local: 'gitlabci-version.yml' - local: 'gitlabci-version.yml'
...@@ -59,7 +59,7 @@ autoupdate: ...@@ -59,7 +59,7 @@ autoupdate:
extends: .package extends: .package
image: registry.git.cccv.de/infra/packages/docker-images/bullseye image: registry.git.cccv.de/infra/packages/docker-images/bullseye
script: 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 - chmod 555 create_debian-changelog-from-git.py
- ./create_debian-changelog-from-git.py ${PACKAGE_NAME} > debian/changelog - ./create_debian-changelog-from-git.py ${PACKAGE_NAME} > debian/changelog
- ls -lahtr - ls -lahtr
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment