diff --git a/pipelines/golang.yml b/pipelines/golang.yml index 177668e..6e40ee1 100644 --- a/pipelines/golang.yml +++ b/pipelines/golang.yml @@ -5,7 +5,7 @@ stages: include: - project: 'developerdurp/yml' - ref: main + ref: 'main' file: - 'jobs/version.yml' - 'jobs/sonarqube.yml' diff --git a/pipelines/helm.yml b/pipelines/helm.yml index 2df554c..9b40b70 100644 --- a/pipelines/helm.yml +++ b/pipelines/helm.yml @@ -5,7 +5,7 @@ stages: include: - template: Security/Secret-Detection.gitlab-ci.yml - project: 'developerdurp/yml' - ref: main + ref: 'main' file: - 'jobs/version.yml' - 'jobs/helm.yml' diff --git a/pipelines/octo-templates.yml b/pipelines/octo-templates.yml index ef4bfd6..7e2192b 100644 --- a/pipelines/octo-templates.yml +++ b/pipelines/octo-templates.yml @@ -4,7 +4,7 @@ stages: include: - project: 'developerdurp/yml' - ref: main + ref: 'main' file: - 'jobs/version.yml' - 'jobs/octopus.yml' diff --git a/pipelines/terraform-gitlab.yml b/pipelines/terraform-gitlab.yml index f848106..4fba996 100644 --- a/pipelines/terraform-gitlab.yml +++ b/pipelines/terraform-gitlab.yml @@ -17,7 +17,7 @@ image: include: - project: 'developerdurp/yml' - ref: main + ref: 'main' file: - 'jobs/terraform.yml' diff --git a/pipelines/terraform.yml b/pipelines/terraform.yml index f2c2a04..9180e1c 100644 --- a/pipelines/terraform.yml +++ b/pipelines/terraform.yml @@ -14,7 +14,7 @@ image: include: - project: 'developerdurp/yml' - ref: main + ref: 'main' file: - 'jobs/terraform.yml'