Skip to content

Commit

Permalink
Remove check for codecov token for now
Browse files Browse the repository at this point in the history
  • Loading branch information
VinayLondhe14 committed May 6, 2022
1 parent 3f107a2 commit b844211
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cloudbuild/presubmit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

set -euxo pipefail

if [ -z "${CODECOV_TOKEN}" ]; then
echo "missing environment variable CODECOV_TOKEN"
exit 1
fi

readonly MVN="./mvnw -B -e -s /workspace/cloudbuild/gcp-settings.xml -Dmaven.repo.local=/workspace/.repository"
readonly STEP=$1

Expand Down

0 comments on commit b844211

Please sign in to comment.