Skip to content
Snippets Groups Projects
Verified Commit 0e7394c0 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

.gitlab-ci.yml: reprepro job must extend .setup to populate ./repo directory

parent facf8990
No related tags found
No related merge requests found
Pipeline #3769 passed
...@@ -353,6 +353,7 @@ build_qcacld: ...@@ -353,6 +353,7 @@ build_qcacld:
reprepro: reprepro:
stage: reprepro stage: reprepro
extends: .setup
tags: tags:
- arm64 - arm64
dependencies: dependencies:
...@@ -375,7 +376,6 @@ reprepro: ...@@ -375,7 +376,6 @@ reprepro:
set -x set -x
apt-get update -o Acquire::AllowReleaseInfoChange=true -o quiet::ReleaseInfoChange=true apt-get update -o Acquire::AllowReleaseInfoChange=true -o quiet::ReleaseInfoChange=true
apt-get --no-install-recommends -y install reprepro python3 devscripts apt-get --no-install-recommends -y install reprepro python3 devscripts
adduser --comment build --disabled-password build
runuser -u build -- sh -x ./reprepro.sh runuser -u build -- sh -x ./reprepro.sh
{ {
echo "CI_PROJECT_NAMESPACE=\"$CI_PROJECT_NAMESPACE\""; echo "CI_PROJECT_NAMESPACE=\"$CI_PROJECT_NAMESPACE\"";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment