Refactor CI/CD pipeline: rename steps for clarity in .drone.yml

This commit is contained in:
n.nakhostin
2025-08-31 17:09:04 +03:30
parent 0b0e8dc0fb
commit d96c80dddf
+2 -2
View File
@@ -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"