mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-25 15:55:44 +00:00
ci: use self-hosted-dev runner tags
This commit is contained in:
+3
-3
@@ -48,7 +48,7 @@ workflow:
|
|||||||
build_prod_mr:
|
build_prod_mr:
|
||||||
stage: build
|
stage: build
|
||||||
image: public.ecr.aws/docker/library/docker:27
|
image: public.ecr.aws/docker/library/docker:27
|
||||||
tags: [self-hosted-prod]
|
tags: [self-hosted-dev]
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "production"'
|
||||||
variables:
|
variables:
|
||||||
@@ -75,7 +75,7 @@ build_prod_mr:
|
|||||||
build_push_prod:
|
build_push_prod:
|
||||||
stage: build
|
stage: build
|
||||||
image: public.ecr.aws/docker/library/docker:27
|
image: public.ecr.aws/docker/library/docker:27
|
||||||
tags: [self-hosted-prod]
|
tags: [self-hosted-dev]
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
|
||||||
variables:
|
variables:
|
||||||
@@ -94,7 +94,7 @@ build_push_prod:
|
|||||||
update_gitops_prod_lti:
|
update_gitops_prod_lti:
|
||||||
stage: gitops
|
stage: gitops
|
||||||
image: public.ecr.aws/docker/library/alpine:3.20
|
image: public.ecr.aws/docker/library/alpine:3.20
|
||||||
tags: [self-hosted-prod]
|
tags: [self-hosted-dev]
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
|
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "production"'
|
||||||
needs: ["build_push_prod"]
|
needs: ["build_push_prod"]
|
||||||
|
|||||||
Reference in New Issue
Block a user