From f96c4cc6a98f3751176b787615878afc2647918d Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 23 Oct 2018 22:51:49 +1100 Subject: [PATCH] Add basedir to reprepro --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0db4ca5..78156c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ deploy:x86_64: - build:x86_64 script: - env|sort - - reprepro includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb + - reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb tags: - reprepro @@ -64,6 +64,6 @@ deploy:armv7l: - build:armv7l script: - env|sort - - reprepro includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb + - reprepro -b /apt includedeb $(awk -F"[)(]+" '/VERSION=/ {print $2}' /etc/os-release) ${CI_PROJECT_NAME}_${VERSION}*.deb tags: - reprepro