Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vagrant-boxen
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Piotr Maślanka
vagrant-boxen
Commits
e80eee45
There was a problem fetching the latest pipeline status.
Commit
e80eee45
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
build test
parent
3eb2ac14
No related branches found
No related tags found
No related merge requests found
Pipeline
#589
failed with stage
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make.py
+1
-8
1 addition, 8 deletions
make.py
with
1 addition
and
8 deletions
make.py
+
1
−
8
View file @
e80eee45
...
...
@@ -11,12 +11,6 @@ if __name__ == '__main__':
# Generate Gitlab CI file
with
open
(
'
.gitlab-ci.yml
'
,
'
wb
'
)
as
ci
:
ci
.
write
(
b
'''
.job_template: &box_build_job
'''
)
for
box
in
boxes
:
ci
.
write
(
b
'''
build_%s:
...
...
@@ -40,8 +34,7 @@ build_%s:
- vagrant box add $PREFIX/$BOX file:///var/www/html/dev/vagrant/$BOX.box
- cd ..
after_script:
- vagrant destroy -f
'''
.
replace
(
'
$BOX
'
,
box
).
replace
(
'
$PREFIX
'
,
'
henrietta/
'
))
- vagrant destroy -f
'''
.
replace
(
'
$BOX
'
,
box
).
replace
(
'
$PREFIX
'
,
'
henrietta/
'
))
# Generate metadata
for
box
in
boxes
:
...
...
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