don't fail due to coveralls issue #119

This commit is contained in:
Umputun
2018-06-30 12:52:30 -05:00
parent 65bd239778
commit 1250828509
+1 -1
View File
@@ -29,7 +29,7 @@ RUN gometalinter --disable-all --deadline=300s --vendor --enable=vet --enable=ve
RUN mkdir -p target && /script/coverage.sh
RUN if [ -z "$COVERALLS_TOKEN" ] ; then \
echo coverall not enabled ; \
else goveralls -coverprofile=.cover/cover.out -service=travis-ci -repotoken $COVERALLS_TOKEN; fi
else goveralls -coverprofile=.cover/cover.out -service=travis-ci -repotoken $COVERALLS_TOKEN || echo "coverall failed!"; fi
# get revision from git. if DRONE_TAG presented use DRONE_* git env to make version
RUN \