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
9acee679
There was a problem fetching the latest pipeline status.
Commit
9acee679
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
makee dziwko
parent
10c724b1
No related branches found
No related tags found
No related merge requests found
Pipeline
#717
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make.py
+4
-0
4 additions, 0 deletions
make.py
with
4 additions
and
0 deletions
make.py
+
4
−
0
View file @
9acee679
...
...
@@ -92,11 +92,15 @@ build_$BOX:
- cd $BOX
- python ../make.py meta
script:
- cd $CI_PROJECT_DIR
- cd $BOX
- vagrant up
- vagrant package --out $BOX.box
- mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
- cd ..
after_script:
- cd $CI_PROJECT_DIR
- cd $BOX
- vagrant destroy -f
- cd ..
'''
.
replace
(
'
$BOX
'
,
box
).
replace
(
'
$PREFIX
'
,
PREFIX
).
replace
(
'
\n
'
,
os
.
linesep
))
...
...
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