Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-machine-kvm-virtio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dominik Schachten
docker-machine-kvm-virtio
Merge requests
!1
An error occurred while fetching the assigned milestone of the selected merge_request.
Update .gitlab-ci.yml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Update .gitlab-ci.yml
schadomi-master-patch-82716
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Update .gitlab-ci.yml
Dominik Schachten
requested to merge
schadomi-master-patch-82716
into
master
Jan 27, 2021
Overview
0
Commits
2
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
master
version 1
fe573bac
Jan 27, 2021
master (base)
and
latest version
latest version
b6334cd3
2 commits,
Jan 27, 2021
version 1
fe573bac
1 commit,
Jan 27, 2021
1 file
+
3
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
3
−
1
View file @ b6334cd3
Edit in single-file editor
Open in Web IDE
Show full file
@@ -5,7 +5,9 @@ build:
script
:
-
lsmod
-
make
-
ls -lah
-
mv docker-machine-driver-kvm-ubuntu16.04 docker-machine-driver-kvm
artifacts
:
expire_in
:
1 week
paths
:
-
.
\ No newline at end of file
-
./*.*
Loading