1
0
mirror of https://github.com/google/nomulus synced 2026-01-04 04:04:22 +00:00

Make the db object sync job more reliable (#2567)

It looks like /usr/bin/python *may* no longer exists in the latest cloud
builder git image. I ran the latest image and logged into it to verify
that /usr/bin/python3 does exist on 9/25, and again on 9/26 where it
re-appeared.

I think it is generally a good idea to not rely on it being there going
forward.
This commit is contained in:
Lai Jiang
2024-09-25 22:10:00 -04:00
committed by GitHub
parent d0482a8f2c
commit 08203033a2

View File

@@ -22,6 +22,9 @@ steps:
- |
set -e
git clone https://gerrit.googlesource.com/gcompute-tools
if [ ! -f /usr/bin/python ]; then
ln -s /usr/bin/python3 /usr/bin/python
fi
./gcompute-tools/git-cookie-authdaemon
git clone ${_INTERNAL_REPO_URL} nomulus-internal
# Download and decrypt the nomulus tool credential