Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
replds2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
replds2
Merge requests
!14
Build a Debian package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Build a Debian package
debian
into
master
Overview
0
Commits
40
Pipelines
20
Changes
1
Open
ale
requested to merge
debian
into
master
2 years ago
Overview
0
Commits
40
Pipelines
20
Changes
1
Expand
0
0
Merge request reports
Viewing commit
7ad78e2c
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
7ad78e2c
Test for DOCKER_HOST
· 7ad78e2c
ale
authored
2 years ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci.yml
+
2
−
0
Options
@@ -20,6 +20,8 @@ autopkgtest:
services
:
-
name
:
${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:20-dind
alias
:
docker
variables
:
DOCKER_HOST
:
tcp://docker:2376
before_script
:
-
apt-get -q update
-
apt-get -y install autopkgtest
Loading