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
Merge requests
!16
An error occurred while fetching reviewers.
Resolve "validate xml file in CI/CD"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "validate xml file in CI/CD"
13-validate-xml-file-in-ci-cd
into
master
Overview
1
Commits
10
Pipelines
11
Changes
1
Merged
Raul Barreras
requested to merge
13-validate-xml-file-in-ci-cd
into
master
4 years ago
Overview
1
Commits
10
Pipelines
11
Changes
1
Expand
Closes
#13 (closed)
Edited
4 years ago
by
Raul Barreras
0
0
Merge request reports
Compare
master
version 9
a751a869
4 years ago
version 8
975685bb
4 years ago
version 7
b551cb72
4 years ago
version 6
a56e64bd
4 years ago
version 5
b9ab7b82
4 years ago
version 4
1c366de3
4 years ago
version 3
864394ac
4 years ago
version 2
1c3d892a
4 years ago
version 1
96a1c0e6
4 years ago
master (base)
and
latest version
latest version
303830a8
10 commits,
4 years ago
version 9
a751a869
9 commits,
4 years ago
version 8
975685bb
8 commits,
4 years ago
version 7
b551cb72
7 commits,
4 years ago
version 6
a56e64bd
6 commits,
4 years ago
version 5
b9ab7b82
5 commits,
4 years ago
version 4
1c366de3
4 commits,
4 years ago
version 3
864394ac
3 commits,
4 years ago
version 2
1c3d892a
2 commits,
4 years ago
version 1
96a1c0e6
1 commit,
4 years ago
1 file
+
14
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
0 → 100644
+
14
−
0
Options
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
Loading