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
53d437bd
There was a problem fetching the pipeline stages.
Commit
53d437bd
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
v1.0
parent
f4b32cd8
No related branches found
No related tags found
No related merge requests found
Pipeline
#632
passed with stage
in 50 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-3
1 addition, 3 deletions
.gitlab-ci.yml
make.py
+1
-3
1 addition, 3 deletions
make.py
with
2 additions
and
6 deletions
.gitlab-ci.yml
+
1
−
3
View file @
53d437bd
...
...
@@ -5,7 +5,5 @@ check_validity:
-
cd test
-
python ../make.py meta
-
grep "1.0" metadata.json
-
grep "example" metadata.json
-
vagrant up
-
vagrant destroy -f
-
grep "test" metadata.json
-
cd ..
This diff is collapsed.
Click to expand it.
make.py
+
1
−
3
View file @
53d437bd
...
...
@@ -107,9 +107,7 @@ build_$BOX:
- cd test
- python ../make.py meta
- grep
"
1.0
"
metadata.json
- grep
"
example
"
metadata.json
- vagrant up
- vagrant destroy -f
- grep
"
test
"
metadata.json
- cd ..
'''
]
...
...
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