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
5d065846
There was a problem fetching the latest pipeline status.
Commit
5d065846
authored
8 years ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
```
parent
92dd61d9
No related branches found
No related tags found
No related merge requests found
Pipeline
#625
failed with stage
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
make.py
+1
-1
1 addition, 1 deletion
make.py
with
1 addition
and
1 deletion
make.py
+
1
−
1
View file @
5d065846
...
...
@@ -126,7 +126,7 @@ build_$BOX:
version
=
readme
[
3
]
if
not
version
.
startswith
(
'
Version:
'
):
raise
IndexError
()
ver
=
version
.
split
(
'
:
'
)[
1
].
strip
()
ver
sion
=
version
.
split
(
'
:
'
)[
1
].
strip
()
except
IndexError
:
version
=
'
1.0
'
...
...
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