Skip to content
Snippets Groups Projects
.gitlab-ci.yml 449 B
Newer Older
include:
  - project: nexus-mods/devops/ci/nexus-auto-devops
    file: /Build.gitlab-ci.yml
  - project: nexus-mods/devops/ci/nexus-auto-devops
    file: /Release.gitlab-ci.yml
  - project: pub/nexus-code-quality
    file: /code-quality-template.yaml

Dean Lovett's avatar
Dean Lovett committed
docker_lint:
  stage: build
Dean Lovett's avatar
Dean Lovett committed
  image: hadolint/hadolint:latest-debian
  script:
  # Ignoring DL3008 - Pin Versions of apt-get modules
  - hadolint --ignore DL3008 Dockerfile
  tags:
  - nexus_runner