From d96c80dddfe492ba3f27d637cbdf2684ef12a0e6 Mon Sep 17 00:00:00 2001 From: "n.nakhostin" Date: Sun, 31 Aug 2025 17:09:04 +0330 Subject: [PATCH] Refactor CI/CD pipeline: rename steps for clarity in .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1052555..db0ee74 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,14 +7,14 @@ type: docker name: (main) build flutter web and push to artifactory steps: - - name: tag pwa + - name: pwa tag image: alpine/git:2.40.1 commands: - APP_VERSION=$(git rev-list HEAD --count --no-merges)-$DRONE_BRANCH - echo "APP Version tags $APP_VERSION" - echo -n "$APP_VERSION" >> .tags - - name: tm pwa push to artifactory + - name: build pwa image: plugins/docker settings: dockerfile: "Dockerfile"