Changed to Buster CI build

This commit is contained in:
Deon George 2020-05-22 16:55:34 +10:00
parent 2ed614b37b
commit ad59b290d7
3 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@ stages:
variables:
VERSION: "0.59.1"
DISTRO: "buster"
before_script:
- env|sort

View File

@ -1,5 +1,5 @@
build:armv7l:
image: ${CI_REGISTRY}/leenooks/ci-apt:armv7l
image: ${CI_REGISTRY}/leenooks/ci-apt:armv7l-${DISTRO}
stage: build
script:
- apt-get update
@ -29,6 +29,6 @@ deploy:armv7l:
only:
- master
script:
- reprepro.exp -- -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb build/${CI_PROJECT_NAME}-common_${VERSION}*.deb
- reprepro.exp -- -b /apt includedeb ${DISTRO} build/${CI_PROJECT_NAME}_${VERSION}*.deb
tags:
- reprepro

View File

@ -1,5 +1,5 @@
build:x86_64:
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64-${DISTRO}
stage: build
script:
- apt-get update
@ -29,6 +29,6 @@ deploy:x86_64:
only:
- master
script:
- reprepro.exp -- -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) build/${CI_PROJECT_NAME}_${VERSION}*.deb build/${CI_PROJECT_NAME}-common_${VERSION}*.deb
- reprepro.exp -- -b /apt includedeb ${DISRO} build/${CI_PROJECT_NAME}_${VERSION}*.deb build/${CI_PROJECT_NAME}-common_${VERSION}*.deb
tags:
- reprepro