Skip to content
Snippets Groups Projects
Commit 66e64d38 authored by Ryan Rumbaugh's avatar Ryan Rumbaugh
Browse files

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
No related tags found
1 merge request!16Resolve "validate xml file in CI/CD"
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment