mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-15 07:00:52 +00:00
10 lines
184 B
YAML
10 lines
184 B
YAML
image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest
|
|
|
|
build:
|
|
artifacts:
|
|
paths:
|
|
- "*.deb"
|
|
expire_in: 1 day
|
|
script:
|
|
- gitlab-ci-git-buildpackage-all
|