Skip to content
Snippets Groups Projects
.gitlab-ci.yml 633 B
Newer Older
include:
Dean Lovett's avatar
Dean Lovett committed
  - project: nexus-mods/devops/ci/nexus-auto-devops
    file: /Release.gitlab-ci.yml
  - project: nexus-mods/devops/ci/nexus-auto-devops
    file: /Build.gitlab-ci.yml
  - project: nexus-mods/devops/ci/nexus-auto-devops
Dean Lovett's avatar
Dean Lovett committed
    file: /CodeQuality.gitlab-ci.yml
Dean Lovett's avatar
Dean Lovett committed
build:
  rules:
    - if: $BUILD_DISABLED
      when: never
    - if: $AUTO_DEVOPS_PLATFORM_TARGET == "EC2"
      when: never
    - when: always

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 --ignore DL3028 Dockerfile
Dean Lovett's avatar
Dean Lovett committed
  tags:
    - nexus_runner