Skip to content
Snippets Groups Projects
Commit 70096a27 authored by Jack Robertson's avatar Jack Robertson
Browse files

style: reformat .gitlab-ci.yml

parent 63e457c8
No related branches found
No related tags found
No related merge requests found
......@@ -13,15 +13,14 @@ stages:
- test
- release
docker_lint:
stage: prebuild
image: hadolint/hadolint:latest-debian
script:
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
# Ignoring DL3008 - Pin Versions of apt-get modules
- hadolint --ignore DL3008 Dockerfile
tags:
- nexus_runner
- nexus_runner
release:version:
image: gitlab.nexdev.uk:5555/pub/nexus-release-image/master
......@@ -47,4 +46,4 @@ release_tag:
only:
- tags
tags:
- nexus_runner
\ No newline at end of file
- nexus_runner
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