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
0be5ae95
Commit
0be5ae95
authored
6 years ago
by
Mathieu Parent
Browse files
Options
Downloads
Patches
Plain Diff
CI: Run piuparts from experimental
parent
29721510
No related branches found
No related tags found
No related merge requests found
Pipeline
#21397
failed with stages
in 1 hour, 19 minutes, and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/gitlab-ci.yml
+2
-2
2 additions, 2 deletions
debian/gitlab-ci.yml
with
2 additions
and
2 deletions
debian/gitlab-ci.yml
+
2
−
2
View file @
0be5ae95
...
...
@@ -63,8 +63,8 @@ run piuparts:
services
:
-
docker:dind
script
:
-
CHROOT_PATH=/tmp/debian-
unstable
-
CONTAINER_ID=$(docker run --rm -d debian:
unstable
sleep infinity)
-
CHROOT_PATH=/tmp/debian-
experimental
-
CONTAINER_ID=$(docker run --rm -d debian:
experimental
sleep infinity)
-
docker exec ${CONTAINER_ID} bash -c "apt-get update && apt-get install eatmydata -y"
-
mkdir -p ${CHROOT_PATH}
-
docker export ${CONTAINER_ID} | tar -C ${CHROOT_PATH} -xf -
...
...
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