diff --git a/pipelines/docker-build-generic.yml b/pipelines/docker-build-generic.yml index bed7b9c..232bba0 100644 --- a/pipelines/docker-build-generic.yml +++ b/pipelines/docker-build-generic.yml @@ -5,7 +5,7 @@ stages: include: - template: Security/Secret-Detection.gitlab-ci.yml - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/docker.yml' diff --git a/pipelines/gitlab_generic_packages.yml b/pipelines/gitlab_generic_packages.yml index e196ceb..41604b7 100644 --- a/pipelines/gitlab_generic_packages.yml +++ b/pipelines/gitlab_generic_packages.yml @@ -4,7 +4,7 @@ stages: - publish include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/octopus.yml' diff --git a/pipelines/helm.yml b/pipelines/helm.yml index 0c12d13..027ea45 100644 --- a/pipelines/helm.yml +++ b/pipelines/helm.yml @@ -3,7 +3,7 @@ stages: - publish include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/version.yml' diff --git a/pipelines/octo-templates.yml b/pipelines/octo-templates.yml index 7e2192b..ee51715 100644 --- a/pipelines/octo-templates.yml +++ b/pipelines/octo-templates.yml @@ -3,7 +3,7 @@ stages: - publish include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/version.yml' diff --git a/pipelines/templates/security.yml b/pipelines/templates/security.yml index 28835de..96d2ba6 100644 --- a/pipelines/templates/security.yml +++ b/pipelines/templates/security.yml @@ -3,7 +3,7 @@ stages: include: - template: Security/Secret-Detection.gitlab-ci.yml - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/codescan.yml' diff --git a/pipelines/terraform.yml b/pipelines/terraform.yml index 7456068..63aa90a 100644 --- a/pipelines/terraform.yml +++ b/pipelines/terraform.yml @@ -12,7 +12,7 @@ image: entrypoint: [""] include: - - project: 'developerdurp/yml' + - project: 'durfy/ci-includes/yml' ref: 'main' file: - 'jobs/terraform.yml'