Skip to content

Commit

Permalink
build: fix lint-sh
Browse files Browse the repository at this point in the history
PR-URL: #176
Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
  • Loading branch information
RafaelGSS committed Aug 28, 2024
1 parent 3913f0e commit 5a48a4e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/dep_updaters/update-grpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ trap cleanup INT TERM EXIT

# NEW_VERSION="1.59.3"

GRPC_TARBALL="v$NEW_VERSION.tar.gz"
# GRPC_TARBALL="v$NEW_VERSION.tar.gz"

cd "$WORKSPACE"

Expand Down
4 changes: 4 additions & 0 deletions tools/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ promotecmd=dist-promote
signcmd=dist-sign
customsshkey="" # let ssh and scp use default key
signversion=""
# NSolid doesn't upload to CloudFlare
cloudflare_bucket=""
cloudflare_endpoint=
cloudflare_profile=""

while getopts ":i:s:" option; do
case "${option}" in
Expand Down

0 comments on commit 5a48a4e

Please sign in to comment.