Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
metadata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iam-pub
metadata
Commits
66e64d38
Commit
66e64d38
authored
4 years ago
by
Ryan Rumbaugh
Browse files
Options
Downloads
Plain Diff
Merge branch '13-validate-xml-file-in-ci-cd' into 'master'
Resolve "validate xml file in CI/CD" Closes
#13
See merge request
!16
parents
6250a3d9
303830a8
No related branches found
Branches containing commit
No related tags found
1 merge request
!16
Resolve "validate xml file in CI/CD"
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+14
-0
14 additions, 0 deletions
.gitlab-ci.yml
with
14 additions
and
0 deletions
.gitlab-ci.yml
0 → 100644
+
14
−
0
View file @
66e64d38
stages
:
-
test
before_script
:
-
rm -f /home/gitlab-runner/.docker/config.json
XML_Lint
:
stage
:
test
image
:
name
:
its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest
tags
:
-
iam-pub, dockerd, shell
script
:
-
docker run -v ${PWD}:/work its-registry.unl.edu/unl-its/docker-ci/xml-lint:latest xml-lint /work/ --no-schema
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