diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 22:45:23 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-25 22:45:23 +0000 |
| commit | 7135688108e54ce9cdb2d74b6a23426b0e6424ff (patch) | |
| tree | b059331a382a9a49c608e8af4b674f3ac36ce6d3 | |
| parent | e99eb59cb067008cb5fe519993e836600c643ad0 (diff) | |
| download | ao-coverage-7135688108e54ce9cdb2d74b6a23426b0e6424ff.tar.gz ao-coverage-7135688108e54ce9cdb2d74b6a23426b0e6424ff.tar.bz2 ao-coverage-7135688108e54ce9cdb2d74b6a23426b0e6424ff.zip | |
Fix duplicate step name
| -rw-r--r-- | .drone.yml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |
