Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
reform-debian-packages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Schauer Marin Rodrigues
reform-debian-packages
Commits
0e7394c0
Verified
Commit
0e7394c0
authored
1 month ago
by
Johannes Schauer Marin Rodrigues
Browse files
Options
Downloads
Patches
Plain Diff
.gitlab-ci.yml: reprepro job must extend .setup to populate ./repo directory
parent
facf8990
Branches
mntmn/linux6.13
No related tags found
No related merge requests found
Pipeline
#3769
passed
1 month ago
Stage: build
Stage: reprepro
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
with
1 addition
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
0e7394c0
...
@@ -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\"";
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment