Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
samba
Manage
Activity
Members
Labels
Code
Merge requests
3
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Debian Samba Team
samba
Commits
a3d0c7c2
Commit
a3d0c7c2
authored
6 years ago
by
Mathieu Parent
Browse files
Options
Downloads
Patches
Plain Diff
Do not use dind, and add experimental
parent
0d7f77cc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#21298
failed with stages
in 3 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
debian/gitlab-ci.yml
+5
-4
5 additions, 4 deletions
debian/gitlab-ci.yml
debian/gitlab-ci.yml.tpl
+2
-0
2 additions, 0 deletions
debian/gitlab-ci.yml.tpl
with
7 additions
and
4 deletions
debian/gitlab-ci.yml
+
5
−
4
View file @
a3d0c7c2
...
...
@@ -15,17 +15,16 @@ image: debian:unstable
build package
:
stage
:
build
image
:
registry.salsa.debian.org/salsa-ci-team/images/gbp
services
:
-
docker:dind
image
:
registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder
artifacts
:
expire_in
:
180 day
name
:
"
$CI_BUILD_NAME"
paths
:
-
${WORKING_DIR}/
script
:
-
apt-get update && eatmydata apt-get install git-buildpackage pristine-tar ca-certificates fakeroot --no-install-recommends -y && rm -rf /var/lib/apt
-
gbp pull --ignore-branch --pristine-tar --track-missing
-
gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR}
--git-builder='docker-build.sh registry.salsa.debian.org/salsa-ci-team/images/dockerbuilder'
-
gbp buildpackage --git-ignore-branch --git-export-dir=${WORKING_DIR}
run autopkgtest
:
stage
:
test
...
...
@@ -69,3 +68,5 @@ run piuparts:
-
piuparts --hard-link -e ${CHROOT_PATH} ${WORKING_DIR}/*.deb
# End of include
#################################### Below starts the local customization ###################################
before_script
:
-
echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
This diff is collapsed.
Click to expand it.
debian/gitlab-ci.yml.tpl
+
2
−
0
View file @
a3d0c7c2
include: https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
# end of salsa pipeline bot parser
before_script:
- echo 'deb http://deb.debian.org/debian experimental main' > /etc/apt/sources.list.d/experimental.list
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