Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
L
lorries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
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
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
baserock
lorries
Merge requests
!46
Add validation of lorry files
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add validation of lorry files
bwh/validate
into
master
Overview
0
Commits
4
Pipelines
4
Changes
1
Merged
Ben Hutchings
requested to merge
bwh/validate
into
master
4 years ago
Overview
0
Commits
4
Pipelines
4
Changes
1
Expand
Add a script to validate the lorry files
Fix the errors it detects
Add GitLab CI configuration to run it
0
0
Merge request reports
Viewing commit
ca5ed31d
Show latest version
1 file
+
9
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
ca5ed31d
Add GitLab CI configuration to run validate-lorries
· ca5ed31d
Ben Hutchings
authored
4 years ago
Closes
#1
.
.gitlab-ci.yml
0 → 100644
+
9
−
0
Options
image
:
debian:buster
before_script
:
-
apt-get update -y
-
apt-get install -y python3 python3-yaml
run-validate
:
script
:
-
scripts/validate-lorries
Loading