Skip to content
Snippets Groups Projects
Commit 3232091b authored by Ben Gamari's avatar Ben Gamari
Browse files

gitlab-ci: Re-add release-x86_64-deb9 job

Also eliminate some redundancy.
parent 1c071c54
No related branches found
No related tags found
No related merge requests found
......@@ -552,6 +552,11 @@ nightly-i386-linux-deb9:
when: always
expire_in: 2 week
release-x86_64-linux-deb9:
<<: *release
extends: .build-x86_64-linux-deb9
stage: full-build
nightly-x86_64-linux-deb9:
extends: .build-x86_64-linux-deb9
stage: full-build
......@@ -685,9 +690,6 @@ release-x86_64-linux-deb10:
release-x86_64-linux-deb8:
<<: *release
extends: .build-x86_64-linux-deb8
artifacts:
when: always
expire_in: 2 week
#################################
# x86_64-linux-alpine
......@@ -743,9 +745,6 @@ nightly-x86_64-linux-alpine:
release-x86_64-linux-centos7:
<<: *release
extends: .build-x86_64-linux-centos7
artifacts:
when: always
expire_in: 2 week
#################################
# x86_64-linux-fedora27
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment