diff options
| author | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-24 20:22:14 +0000 |
|---|---|---|
| committer | Kevin J Hoerr <kjhoerr@protonmail.com> | 2021-09-24 20:22:14 +0000 |
| commit | f838093f7daaee839e3f0b1a665681a39b2c726e (patch) | |
| tree | dffbe0158d08c04afb059ab92078caaa5af08d6d | |
| parent | 17f2c4d18711b96a0a62403642687530e3696312 (diff) | |
| download | ao-coverage-f838093f7daaee839e3f0b1a665681a39b2c726e.tar.gz ao-coverage-f838093f7daaee839e3f0b1a665681a39b2c726e.tar.bz2 ao-coverage-f838093f7daaee839e3f0b1a665681a39b2c726e.zip | |
Fix CI test in sh upload script
| -rw-r--r-- | public/templates/sh.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/templates/sh.template b/public/templates/sh.template index ebb78f0..049b0b2 100644 --- a/public/templates/sh.template +++ b/public/templates/sh.template @@ -34,7 +34,7 @@ say verbose_say "Gathering report information . . ." -if [ "$CI" = "drone" ]; then +if [ "$CI" = "true" ] && [ "$DRONE" = "true" ] ; then verbose_say "Drone CI discovered - using Drone report info" commit="$DRONE_COMMIT" branch="$DRONE_BRANCH" |
