aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2021-09-25 22:45:23 +0000
committerKevin J Hoerr <kjhoerr@protonmail.com>2021-09-25 22:45:23 +0000
commit7135688108e54ce9cdb2d74b6a23426b0e6424ff (patch)
treeb059331a382a9a49c608e8af4b674f3ac36ce6d3
parente99eb59cb067008cb5fe519993e836600c643ad0 (diff)
downloadao-coverage-7135688108e54ce9cdb2d74b6a23426b0e6424ff.tar.gz
ao-coverage-7135688108e54ce9cdb2d74b6a23426b0e6424ff.tar.bz2
ao-coverage-7135688108e54ce9cdb2d74b6a23426b0e6424ff.zip
Fix duplicate step name
-rw-r--r--.drone.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 7b3806c..9af5d3c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -3,7 +3,7 @@ type: kubernetes
name: default
steps:
-- name: AO Coverage Verify
+- name: test
image: node:lts
environment:
FORMAT: cobertura
@@ -18,7 +18,7 @@ steps:
- yarn run lint
- yarn run test:coverage
- curl --proto '=https' --tlsv1.2 -sSf https://cov.submelon.dev/sh | sh
-- name: publish
+- name: publish (no tag)
image: plugins/docker
settings:
repo: "${DRONE_REPO}"
@@ -34,7 +34,7 @@ steps:
event:
exclude:
- tag
-- name: publish
+- name: publish (with tag)
image: plugins/docker
settings:
repo: "${DRONE_REPO}"