diff --git a/.drone.yml b/.drone.yml index 616a8c6..1965f14 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: cicd-pipeline +name: build-and-package clone: depth: 1 @@ -55,7 +55,6 @@ kind: pipeline type: docker name: deploy-to-uat -# This stage only starts after 'build-and-package' finishes successfully depends_on: - build-and-package