This commit is contained in:
bacon
2024-03-21 02:26:22 +03:00
parent 721b33d963
commit f9ce4c9d2d

View File

@@ -1,10 +1,4 @@
# You can override the included template(s) by including variable overrides
# SAST customization: https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings
# Secret Detection customization: https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings
# Dependency Scanning customization: https://docs.gitlab.com/ee/user/application_security/dependency_scanning/#customizing-the-dependency-scanning-settings
# Container Scanning customization: https://docs.gitlab.com/ee/user/application_security/container_scanning/#customizing-the-container-scanning-settings
# Note that environment variables can be set in several places
# See https://docs.gitlab.com/ee/ci/variables/#cicd-variable-precedence
stages: stages:
- 'test' - 'test'
- 'code_quality' - 'code_quality'
@@ -75,9 +69,6 @@ variables:
# See https://github.com/docker-library/docker/pull/166 # See https://github.com/docker-library/docker/pull/166
DOCKER_TLS_CERTDIR: "" DOCKER_TLS_CERTDIR: ""
# Use this if your GitLab runner does not use socket binding
# services:
# - docker:dind
services: services:
- name: docker:25.0.5-dind - name: docker:25.0.5-dind
@@ -90,8 +81,8 @@ Build:
services: services:
- docker:25.0.5-dind - docker:25.0.5-dind
before_script: before_script:
- echo $CI_CONTAINER_REGISTRY - echo "$CI_CONTAINER_REGISTRY"
- echo $CI_REGISTRY - echo "$CI_REGISTRY"
# - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_CONTAINER_REGISTRY # - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_CONTAINER_REGISTRY
script: script: