Commit bc7efd60 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'update-liquibase-template-location' into 'master'

Move liquibase template up one directory

See merge request gitlab-org/gitlab!84440
parents 57204bf6 d156f2e0
...@@ -167,7 +167,7 @@ options: ...@@ -167,7 +167,7 @@ options:
- p_ci_templates_implicit_security_cluster_image_scanning - p_ci_templates_implicit_security_cluster_image_scanning
- p_ci_templates_kaniko - p_ci_templates_kaniko
- p_ci_templates_qualys_iac_security - p_ci_templates_qualys_iac_security
- p_ci_templates_database_liquibase - p_ci_templates_liquibase
distribution: distribution:
- ce - ce
- ee - ee
......
--- ---
key_path: redis_hll_counters.ci_templates.p_ci_templates_database_liquibase_monthly key_path: redis_hll_counters.ci_templates.p_ci_templates_liquibase_monthly
description: "" description: ""
product_section: "" product_section: ""
product_stage: "" product_stage: ""
...@@ -22,4 +22,4 @@ tier: ...@@ -22,4 +22,4 @@ tier:
- ultimate - ultimate
options: options:
events: events:
- p_ci_templates_database_liquibase - p_ci_templates_liquibase
...@@ -167,7 +167,7 @@ options: ...@@ -167,7 +167,7 @@ options:
- p_ci_templates_implicit_security_cluster_image_scanning - p_ci_templates_implicit_security_cluster_image_scanning
- p_ci_templates_kaniko - p_ci_templates_kaniko
- p_ci_templates_qualys_iac_security - p_ci_templates_qualys_iac_security
- p_ci_templates_database_liquibase - p_ci_templates_liquibase
distribution: distribution:
- ce - ce
- ee - ee
......
--- ---
key_path: redis_hll_counters.ci_templates.p_ci_templates_database_liquibase_weekly key_path: redis_hll_counters.ci_templates.p_ci_templates_liquibase_weekly
description: "" description: ""
product_section: "" product_section: ""
product_stage: "" product_stage: ""
...@@ -22,4 +22,4 @@ tier: ...@@ -22,4 +22,4 @@ tier:
- ultimate - ultimate
options: options:
events: events:
- p_ci_templates_database_liquibase - p_ci_templates_liquibase
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
# To contribute improvements to CI/CD templates, please follow the Development guide at: # To contribute improvements to CI/CD templates, please follow the Development guide at:
# https://docs.gitlab.com/ee/development/cicd/templates.html # https://docs.gitlab.com/ee/development/cicd/templates.html
# This specific template is located at: # This specific template is located at:
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Database/liquibase.gitlab-ci.yml # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/liquibase.gitlab-ci.yml
# This template must be configured with CI/CD variables before it will work. # This template must be configured with CI/CD variables before it will work.
# See https://www.liquibase.com/blog/secure-database-developer-flow-using-gitlab-pipelines # See https://www.liquibase.com/blog/secure-database-developer-flow-using-gitlab-pipelines
# to learn how to configure the Liquibase template by using variables. # to learn how to configure the Liquibase template by using variables.
# Be sure to add the variables before running pipelines with this template. # Be sure to add the variables before running pipelines with this template.
# You may not want to run all the jobs in this template. You can comment out or delete the jobs you don't wish to use. # You may not want to run all the jobs in this template. You can comment out or delete the jobs you don't wish to use.
# List of stages for jobs and their order of execution. # List of stages for jobs and their order of execution.
stages: stages:
...@@ -132,7 +132,7 @@ TEST->PROD: ...@@ -132,7 +132,7 @@ TEST->PROD:
expire_in: 1 week expire_in: 1 week
# This job creates a snapshot of prod database. You can use the snapshot file to run comparisons with the production database to investigate for any potential issues. https://www.liquibase.com/devsecops # This job creates a snapshot of prod database. You can use the snapshot file to run comparisons with the production database to investigate for any potential issues. https://www.liquibase.com/devsecops
snapshot PROD: snapshot PROD:
image: liquibase/liquibase:latest # Using the Liquibase Docker Image image: liquibase/liquibase:latest # Using the Liquibase Docker Image
stage: .post stage: .post
......
...@@ -615,7 +615,7 @@ ...@@ -615,7 +615,7 @@
category: ci_templates category: ci_templates
redis_slot: ci_templates redis_slot: ci_templates
aggregation: weekly aggregation: weekly
- name: p_ci_templates_database_liquibase - name: p_ci_templates_liquibase
category: ci_templates category: ci_templates
redis_slot: ci_templates redis_slot: ci_templates
aggregation: weekly aggregation: weekly
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment