Skip to content

Commit 9da3ce3

Browse files
committed
Revert "ci: stop archiving the debian packages redundantly"
This reverts commit 13a09fe. Well, without this we have no package to push in the "release-push" job... Signed-off-by: Patrick Bruenn <p.bruenn@beckhoff.com>
1 parent 36a9788 commit 9da3ce3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ build-debian:
159159
- bdpg install-build-deps
160160
- bdpg build
161161
- bdpg push-pipelines
162+
artifacts:
163+
expire_in: 1 week
164+
when: always
165+
paths:
166+
- ./debian-release
162167

163168
release-push:
164169
stage: deploy

0 commit comments

Comments
 (0)