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
48bdaaec
There was a problem fetching the latest pipeline status.
Commit
48bdaaec
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
build test
parent
6622c14d
No related branches found
No related tags found
No related merge requests found
Pipeline
#584
failed with stage
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-10
0 additions, 10 deletions
.gitlab-ci.yml
make.py
+4
-1
4 additions, 1 deletion
make.py
with
4 additions
and
11 deletions
.gitlab-ci.yml
+
0
−
10
View file @
48bdaaec
stages
:
-
makemeta
-
build
build_metadata
:
stage
:
makemeta
script
:
-
python make.py
cache
:
paths
:
-
./*/metadata.json
variables
:
variables
:
PREFIX
:
henrietta/
PREFIX
:
henrietta/
.job_template
:
&box_build_job
.job_template
:
&box_build_job
...
...
This diff is collapsed.
Click to expand it.
make.py
+
4
−
1
View file @
48bdaaec
...
@@ -15,11 +15,14 @@ variables:
...
@@ -15,11 +15,14 @@ variables:
PREFIX: henrietta/
PREFIX: henrietta/
.job_template: &box_build_job
.job_template: &box_build_job
stage: build
stage: build
before_script:
- python make.py
- cp *.sh $BOX/
- cp SkeletonVagrantfile $BOX/Vagrantfile
tags:
tags:
- vagrant
- vagrant
- develop19216822423
- develop19216822423
script:
script:
- 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
...
...
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