You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
Build steps on drone v0.4 don't have access to environment variables injected via the secrets file. Therefore, the upload script needs to check for the existence of CVR_TOKEN, and if it isn't available look for REPO_OWNER and REPO_NAME and send those params instead of a token. If all are missing, error out.
Build steps on drone v0.4 don't have access to environment variables injected via the secrets file. Therefore, the upload script needs to check for the existence of
CVR_TOKEN
, and if it isn't available look forREPO_OWNER
andREPO_NAME
and send those params instead of a token. If all are missing, error out.I.e.,
"${COVERAGE_URL}?owner=${REPO_OWNER}&repo=${REPO_NAME}&commit=${GIT_HASH}&coveragetype=${COVERAGE_TYPE}"
The text was updated successfully, but these errors were encountered: