<type>(scope): <description>

[body]

[footer(s)]
This commit is contained in:
ITQ
2025-11-22 21:55:13 +03:00
parent 866386859f
commit b0f65dd828
+15 -15
View File
@@ -18,6 +18,8 @@ variables:
UV_CACHE_DIR: .cache/uv UV_CACHE_DIR: .cache/uv
BUILDAH_ISOLATION: oci BUILDAH_ISOLATION: oci
STORAGE_DRIVER: vfs STORAGE_DRIVER: vfs
DOCKER_HOST: "tcp://docker:2375"
DOCKER_TLS_CERTDIR: ""
cache: cache:
key: "${CI_COMMIT_REF_SLUG}" key: "${CI_COMMIT_REF_SLUG}"
@@ -230,13 +232,13 @@ build-migrations:
CONTAINERFILE: Containerfile CONTAINERFILE: Containerfile
BUILDTARGET: migrations BUILDTARGET: migrations
# build-ml: build-ml:
# <<: *build-config <<: *build-config
# when: manual when: manual
# variables: variables:
# IMAGE_NAME: $BASE_IMAGE_NAME/ml IMAGE_NAME: $BASE_IMAGE_NAME/ml
# CONTAINERFILE: Containerfile CONTAINERFILE: Containerfile
# BUILDTARGET: ml BUILDTARGET: ml
lint: lint:
<<: *uv-job <<: *uv-job
@@ -360,11 +362,10 @@ tag-migrations:
variables: variables:
IMAGE_NAME: $BASE_IMAGE_NAME/backend-migrations IMAGE_NAME: $BASE_IMAGE_NAME/backend-migrations
# tag-ml: tag-ml:
# <<: *tag-config <<: *tag-config
# variables: variables:
# IMAGE_NAME: $BASE_IMAGE_NAME/ml IMAGE_NAME: $BASE_IMAGE_NAME/ml
# when: manual
webhook-migrations-deploy: webhook-migrations-deploy:
<<: *webhook-config <<: *webhook-config
@@ -395,9 +396,8 @@ webhook-ml-deploy:
variables: variables:
WEBHOOK_URL: $WEBHOOK_URL_ML WEBHOOK_URL: $WEBHOOK_URL_ML
resource_group: staging resource_group: staging
# dependencies: dependencies:
# - build-runtime - build-ml
# - sast-image-runtime
workflow: workflow:
rules: rules: