Skip to content
Snippets Groups Projects
Select Git revision
  • a72c82fc2f6893672e427637180b57564bee9587
  • master default
  • ui-handover
  • ui-update-yang
  • inventory-manager-netbox
  • heiss_bachelor_thesis
  • proto-getters
  • 392-remove-renovate
  • renovate/go.mongodb.org-mongo-driver-2.x
  • renovate/github.com-bufbuild-protovalidate-go-0.x
  • renovate/google.golang.org-genproto-googleapis-api-digest
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/eslint-9.x-lockfile
  • renovate/eslint-plugin-react-7.x-lockfile
  • renovate/dompurify-3.x-lockfile
  • renovate/testing-library-react-16.x-lockfile
  • renovate/eslint-plugin-prettier-5.x-lockfile
  • renovate/react-dom-18.x-lockfile
  • renovate/eslint-plugin-react-hooks-5.x-lockfile
  • renovate/testing-library-user-event-14.x-lockfile
  • renovate/reduxjs-toolkit-2.x-lockfile
  • renovate/github.com-openconfig-gnmi-0.x
  • 0.1.0
23 results

.gitlab-ci.yml

Blame
  • user avatar
    Neil-Jocelyn Schark authored
    82b604eb
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    .gitlab-ci.yml 896 B
    variables:
      SECURE_ANALYZERS_PREFIX: registry.gitlab.com/gitlab-org/security-products/analyzers
      DOCKER_IMAGE_SHA: "${CI_REGISTRY_IMAGE}:${CI_COMMIT_SHA}"
    
    stages:
      - .pre
      - build
      - test
      - apply
      - integration-test
      - deploy
      - .post
    
    workflow:
      rules:
        - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
          when: never
        - when: always
    
    default:
      before_script:
        - git config --global url."https://$GO_MODULES_USER:$GO_MODULES_ACCESS_TOKEN@code.fbi.h-da.de".insteadOf "https://code.fbi.h-da.de"
    
    include:
      - local: '/.gitlab/ci/.build-container.yml'
      - local: '/.gitlab/ci/.code-quality-ci.yml'
      - local: '/.gitlab/ci/.security-and-compliance-ci.yml'
      - local: '/.gitlab/ci/.test.yml'
      - local: '/.gitlab/ci/.containerlab-ci.yml'
      - local: '/.gitlab/ci/.integration-test.yml'
      - local: '/.gitlab/ci/.uml-autogen-ci.yml'
      - local: '/.gitlab/ci/.deploy-k8s.yml'