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