From 1b453a1b773499dbd68a93f814914665f779b238 Mon Sep 17 00:00:00 2001 From: Michael McGuinness Date: Mon, 23 Sep 2024 15:12:59 +0100 Subject: [PATCH] changeexample --- bitbucket-pipelines.yml | 3 ++- cicd/example.yml | 15 ++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index e49f613..acd344a 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -1,6 +1,7 @@ pipelines: default: - - include: cicd/example.yml + - stage: + include: cicd/example.yml main: - include: cicd/deployment.yml name: deployment-dev diff --git a/cicd/example.yml b/cicd/example.yml index 2b91784..aff69e7 100644 --- a/cicd/example.yml +++ b/cicd/example.yml @@ -1,7 +1,8 @@ -stage: - name: deployment - steps: - - step: - name: "Example" - script: - - echo "HEELOO" \ No newline at end of file +definitions: + stage: + name: deployment + steps: + - step: + name: "Example" + script: + - echo "HEELOO" \ No newline at end of file