Skip to content

Commit 56f3aec

Browse files
authored
ci: fix renovate script (#14911)
1 parent 780a717 commit 56f3aec

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

external/googleapis/renovate.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ if [[ -z "$COMMIT_DATE" ]]; then
3636
COMMIT_DATE=$(date +%Y-%m-%d)
3737
fi
3838

39-
COMMIT=f4eff5440fd07389f820d22d2a55690c6390dc6d
40-
COMMIT_DATE="2024-12-13"
41-
4239
DOWNLOAD="$(mktemp)"
4340
curl -fsSL "https://github.com/${REPO}/archive/${COMMIT}.tar.gz" -o "${DOWNLOAD}"
4441
gsutil -q cp "${DOWNLOAD}" "gs://cloud-cpp-community-archive/com_google_googleapis/${COMMIT}.tar.gz"
@@ -54,8 +51,8 @@ until grep -q "/googleapis/archive/${REV_COMMIT}\.tar" bazel/workspace0.bzl; do
5451
done
5552
rm -f "${DOWNLOAD}"
5653

57-
#banner "Updating Cache for Bazel"
58-
#bazel/deps-cache.py -p
54+
banner "Updating Cache for Bazel"
55+
bazel/deps-cache.py -p
5956

6057
banner "Updating Bazel/CMake dependencies"
6158
sed -i -f - bazel/workspace0.bzl <<EOT

0 commit comments

Comments
 (0)