update
This commit is contained in:
@@ -16,6 +16,8 @@ variables:
|
|||||||
GOLANGCI_LINT_VERISON: "v1.58.0"
|
GOLANGCI_LINT_VERISON: "v1.58.0"
|
||||||
UPLOAD_PACKAGE: "false"
|
UPLOAD_PACKAGE: "false"
|
||||||
PROJECT_NAME: $CI_PROJECT_NAME
|
PROJECT_NAME: $CI_PROJECT_NAME
|
||||||
|
GITLAB_PROJECT_ID: "45028985"
|
||||||
|
GITLAB_CHART_PATH: "durpapi%2FChart.yaml"
|
||||||
|
|
||||||
version:
|
version:
|
||||||
extends: .version
|
extends: .version
|
||||||
@@ -40,7 +42,7 @@ generate-config-staging:
|
|||||||
extends: .generate-config
|
extends: .generate-config
|
||||||
stage: staging
|
stage: staging
|
||||||
variables:
|
variables:
|
||||||
ENVIRONMENT: "staging"
|
ENVIRONMENT: "dev"
|
||||||
|
|
||||||
child-pipeline-staging:
|
child-pipeline-staging:
|
||||||
stage: staging
|
stage: staging
|
||||||
@@ -51,6 +53,7 @@ child-pipeline-staging:
|
|||||||
- artifact: generated-config.yml
|
- artifact: generated-config.yml
|
||||||
job: generate-config-staging
|
job: generate-config-staging
|
||||||
variables:
|
variables:
|
||||||
|
ENVIRONMENT: "dev"
|
||||||
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
||||||
|
|
||||||
generate-config-production:
|
generate-config-production:
|
||||||
@@ -63,7 +66,7 @@ generate-config-production:
|
|||||||
- job: generate-config-staging
|
- job: generate-config-staging
|
||||||
- job: child-pipeline-staging
|
- job: child-pipeline-staging
|
||||||
variables:
|
variables:
|
||||||
ENVIRONMENT: "production"
|
ENVIRONMENT: "prd"
|
||||||
|
|
||||||
child-pipeline-production:
|
child-pipeline-production:
|
||||||
stage: production
|
stage: production
|
||||||
@@ -74,4 +77,5 @@ child-pipeline-production:
|
|||||||
- artifact: generated-config.yml
|
- artifact: generated-config.yml
|
||||||
job: generate-config-production
|
job: generate-config-production
|
||||||
variables:
|
variables:
|
||||||
|
ENVIRONMENT: "prd"
|
||||||
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
PARENT_PIPELINE_ID: $CI_PIPELINE_ID
|
||||||
|
|||||||
Reference in New Issue
Block a user