FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

ci: fix renovate script by dbolduc · Pull Request #14911 · googleapis/google-cloud-cpp · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .sh  (1) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
7 changes: 2 additions & 5 deletions external/googleapis/renovate.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ if [[ -z "$COMMIT_DATE" ]]; then
COMMIT_DATE=$(date +%Y-%m-%d)
fi

COMMIT=f4eff5440fd07389f820d22d2a55690c6390dc6d
COMMIT_DATE="2024-12-13"

DOWNLOAD="$(mktemp)"
curl -fsSL "https://github.com/${REPO}/archive/${COMMIT}.tar.gz" -o "${DOWNLOAD}"
gsutil -q cp "${DOWNLOAD}" "gs://cloud-cpp-community-archive/com_google_googleapis/${COMMIT}.tar.gz"
Expand All @@ -54,8 +51,8 @@ until grep -q "/googleapis/archive/${REV_COMMIT}\.tar" bazel/workspace0.bzl; do
done
rm -f "${DOWNLOAD}"

#banner "Updating Cache for Bazel"
#bazel/deps-cache.py -p
banner "Updating Cache for Bazel"
bazel/deps-cache.py -p

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

Back | FazBrowse Home | New Git URL