From 4eb16a6aeae9faa4e195878cb9e15bdf994db267 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 23 Sep 2024 15:39:28 +0100 Subject: [PATCH] validationused --- bitbucket-pipelines.yml | 8 ++++---- cicd/example.yml | 15 +++++++-------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 482e036..851c331 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,6 +1,6 @@ -pipeline: - include: cicd/example.yml -# branches: +pipelines: + default: + import: doczy.ai:newMain:cicd/example.yml # main: # - include: cicd/deployment.yml # name: deployment-dev @@ -15,7 +15,7 @@ pipeline: # ENVIRONMENT: dev # - include: cicd/deployment.yml # name: deployment-uat -# deployment: uat +# deployment: staging # trigger: automatic # environment: # SNOWFLAKE_DATABASE: $UAT_SNOWFLAKE_DATABASE diff --git a/cicd/example.yml b/cicd/example.yml index d690216..2b91784 100644 --- a/cicd/example.yml +++ b/cicd/example.yml @@ -1,8 +1,7 @@ -pipeline: - stage: - name: deployment - steps: - - step: - name: "Example" - script: - - echo "HEELOO" \ No newline at end of file +stage: + name: deployment + steps: + - step: + name: "Example" + script: + - echo "HEELOO" \ No newline at end of file