Changed to Buster CI build
This commit is contained in:
parent
2ed614b37b
commit
ad59b290d7
@ -4,6 +4,7 @@ stages:
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
VERSION: "0.59.1"
|
VERSION: "0.59.1"
|
||||||
|
DISTRO: "buster"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env|sort
|
- env|sort
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
build:armv7l:
|
build:armv7l:
|
||||||
image: ${CI_REGISTRY}/leenooks/ci-apt:armv7l
|
image: ${CI_REGISTRY}/leenooks/ci-apt:armv7l-${DISTRO}
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
@ -29,6 +29,6 @@ deploy:armv7l:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
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:
|
tags:
|
||||||
- reprepro
|
- reprepro
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
build:x86_64:
|
build:x86_64:
|
||||||
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64
|
image: ${CI_REGISTRY}/leenooks/ci-apt:x86_64-${DISTRO}
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
@ -29,6 +29,6 @@ deploy:x86_64:
|
|||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
script:
|
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:
|
tags:
|
||||||
- reprepro
|
- reprepro
|
||||||
|
Reference in New Issue
Block a user