diff --git a/cicd/example.yml b/cicd/example.yml index 878d104..b64242c 100644 --- a/cicd/example.yml +++ b/cicd/example.yml @@ -1,9 +1,10 @@ definitions: pipelines: - stage: - name: deployment - steps: - - step: - name: "Example" - script: - - echo "HEELOO" \ No newline at end of file + main: + stage: + name: deployment + steps: + - step: + name: "Example" + script: + - echo "HEELOO" \ No newline at end of file