Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
L
librem5-ci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Krzyszkowiak
librem5-ci
Commits
06b07a33
Commit
06b07a33
authored
Apr 14, 2020
by
Guido Gunther
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't make autopkgtest installtion depend on L5_ADD_SCRATCH_CI
We need the executable also when not using CI repos.
parent
ff259648
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
librem5-pipeline-definitions.yml
librem5-pipeline-definitions.yml
+2
-1
No files found.
librem5-pipeline-definitions.yml
View file @
06b07a33
...
...
@@ -44,9 +44,10 @@ variables:
-
echo "man-db man-db/auto-update boolean
false
" | debconf-set-selections
-
export DEBIAN_FRONTEND=noninteractive
-
apt-get -y update
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
apt-get
-y
install
wget
ca-certificates
gnupg
autopkgtest
'
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
apt-get
-y
install
wget
ca-certificates
gnupg'
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
echo
"deb
http://ci.puri.sm/
scratch
librem5"
>
/etc/apt/sources.list.d/ci.list'
-
'
[
"$L5_ADD_SCRATCH_CI"
!=
"true"
]
||
wget
-O-
https://ci.puri.sm/ci-repo.key
|
apt-key
add
-'
-
apt-get -y install autopkgtest
script
:
-
ls "${L5_WORKING_DIR}"
-
RET=0;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment