ci: temporary disable package build due to docker deps issue.
This commit is contained in:
parent
ed4bd4628a
commit
faa57d99f8
1 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ tests:
|
||||||
# Package Build
|
# Package Build
|
||||||
# -------------
|
# -------------
|
||||||
|
|
||||||
archlinux:
|
.archlinux:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/archlex/packages/builders/archlinux
|
image: registry.gitlab.com/archlex/packages/builders/archlinux
|
||||||
script:
|
script:
|
||||||
|
|
@ -72,7 +72,7 @@ archlinux:
|
||||||
paths:
|
paths:
|
||||||
- $PKGDEST/*
|
- $PKGDEST/*
|
||||||
|
|
||||||
debian:
|
.debian:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/archlex/packages/builders/debian
|
image: registry.gitlab.com/archlex/packages/builders/debian
|
||||||
script:
|
script:
|
||||||
|
|
@ -88,7 +88,7 @@ debian:
|
||||||
paths:
|
paths:
|
||||||
- $PKGDEST/*.deb
|
- $PKGDEST/*.deb
|
||||||
|
|
||||||
ubuntu:
|
.ubuntu:
|
||||||
extends: debian
|
extends: debian
|
||||||
variables:
|
variables:
|
||||||
DIST: ubuntu
|
DIST: ubuntu
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue