blob: 76ce17f748ca726fd0e524aafcfb9384ec5fc772 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest
build:
artifacts:
paths:
- "*.deb"
expire_in: 1 day
script:
- gitlab-ci-git-buildpackage-all
except:
variables:
- $CI_COMMIT_TAG != null
|