ci: new builder docker image.
This commit is contained in:
parent
df792530cd
commit
26dcdd1a2e
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ tests:
|
||||||
|
|
||||||
archlinux:
|
archlinux:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/archlex/package/builders/archlinux
|
image: registry.gitlab.com/roddhjav/builders/archlinux
|
||||||
script:
|
script:
|
||||||
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
|
- sudo pacman -Syu --noconfirm --noprogressbar lsb-release
|
||||||
- makepkg -s --noconfirm --noprogressbar
|
- makepkg -s --noconfirm --noprogressbar
|
||||||
|
|
@ -74,7 +74,7 @@ archlinux:
|
||||||
|
|
||||||
debian:
|
debian:
|
||||||
stage: build
|
stage: build
|
||||||
image: registry.gitlab.com/archlex/package/builders/debian
|
image: registry.gitlab.com/roddhjav/builders/debian
|
||||||
script:
|
script:
|
||||||
- git config --global --add safe.directory $CI_PROJECT_DIR
|
- git config --global --add safe.directory $CI_PROJECT_DIR
|
||||||
- VERSION="0.$(git rev-list --count HEAD)-1"
|
- VERSION="0.$(git rev-list --count HEAD)-1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue