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 pipeline stages.
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
Branches containing commit
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:
...
@@ -92,11 +92,15 @@ build_$BOX:
- cd $BOX
- cd $BOX
- python ../make.py meta
- python ../make.py meta
script:
script:
- cd $CI_PROJECT_DIR
- cd $BOX
- vagrant up
- vagrant up
- vagrant package --out $BOX.box
- vagrant package --out $BOX.box
- mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
- mv -f $BOX.box /var/www/html/dev/vagrant/$BOX.box
- cd ..
- cd ..
after_script:
after_script:
- cd $CI_PROJECT_DIR
- cd $BOX
- vagrant destroy -f
- vagrant destroy -f
- cd ..
- cd ..
'''
.
replace
(
'
$BOX
'
,
box
).
replace
(
'
$PREFIX
'
,
PREFIX
).
replace
(
'
\n
'
,
os
.
linesep
))
'''
.
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