You've already forked RekomenciBackend
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
+15
-15
@@ -18,6 +18,8 @@ variables:
|
||||
UV_CACHE_DIR: .cache/uv
|
||||
BUILDAH_ISOLATION: oci
|
||||
STORAGE_DRIVER: vfs
|
||||
DOCKER_HOST: "tcp://docker:2375"
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
||||
cache:
|
||||
key: "${CI_COMMIT_REF_SLUG}"
|
||||
@@ -230,13 +232,13 @@ build-migrations:
|
||||
CONTAINERFILE: Containerfile
|
||||
BUILDTARGET: migrations
|
||||
|
||||
# build-ml:
|
||||
# <<: *build-config
|
||||
# when: manual
|
||||
# variables:
|
||||
# IMAGE_NAME: $BASE_IMAGE_NAME/ml
|
||||
# CONTAINERFILE: Containerfile
|
||||
# BUILDTARGET: ml
|
||||
build-ml:
|
||||
<<: *build-config
|
||||
when: manual
|
||||
variables:
|
||||
IMAGE_NAME: $BASE_IMAGE_NAME/ml
|
||||
CONTAINERFILE: Containerfile
|
||||
BUILDTARGET: ml
|
||||
|
||||
lint:
|
||||
<<: *uv-job
|
||||
@@ -360,11 +362,10 @@ tag-migrations:
|
||||
variables:
|
||||
IMAGE_NAME: $BASE_IMAGE_NAME/backend-migrations
|
||||
|
||||
# tag-ml:
|
||||
# <<: *tag-config
|
||||
# variables:
|
||||
# IMAGE_NAME: $BASE_IMAGE_NAME/ml
|
||||
# when: manual
|
||||
tag-ml:
|
||||
<<: *tag-config
|
||||
variables:
|
||||
IMAGE_NAME: $BASE_IMAGE_NAME/ml
|
||||
|
||||
webhook-migrations-deploy:
|
||||
<<: *webhook-config
|
||||
@@ -395,9 +396,8 @@ webhook-ml-deploy:
|
||||
variables:
|
||||
WEBHOOK_URL: $WEBHOOK_URL_ML
|
||||
resource_group: staging
|
||||
# dependencies:
|
||||
# - build-runtime
|
||||
# - sast-image-runtime
|
||||
dependencies:
|
||||
- build-ml
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
|
||||
Reference in New Issue
Block a user