Refactor CI/CD pipeline: rename steps for clarity in .drone.yml
This commit is contained in:
+2
-2
@@ -7,14 +7,14 @@ type: docker
|
|||||||
name: (main) build flutter web and push to artifactory
|
name: (main) build flutter web and push to artifactory
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: tag pwa
|
- name: pwa tag
|
||||||
image: alpine/git:2.40.1
|
image: alpine/git:2.40.1
|
||||||
commands:
|
commands:
|
||||||
- APP_VERSION=$(git rev-list HEAD --count --no-merges)-$DRONE_BRANCH
|
- APP_VERSION=$(git rev-list HEAD --count --no-merges)-$DRONE_BRANCH
|
||||||
- echo "APP Version tags $APP_VERSION"
|
- echo "APP Version tags $APP_VERSION"
|
||||||
- echo -n "$APP_VERSION" >> .tags
|
- echo -n "$APP_VERSION" >> .tags
|
||||||
|
|
||||||
- name: tm pwa push to artifactory
|
- name: build pwa
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
dockerfile: "Dockerfile"
|
dockerfile: "Dockerfile"
|
||||||
|
|||||||
Reference in New Issue
Block a user