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