Skip to content

Commit 45d07a6

Browse files
No public description
PiperOrigin-RevId: 938057671
1 parent 6375d5f commit 45d07a6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

release/kokoro/release_linux.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,12 @@ if [ "${DRY_RUN}" = "true" ]; then
206206
VERSION="0.1.2"
207207
fi
208208
popd
209+
210+
# TEMPORARY: run clone to debug SSL issue
211+
echo "[DRY RUN] TEMPORARY: Testing git clone to debug SSL issue"
212+
pushd "${REPO_DIR}"
213+
git clone https://github.com/cel-expr/cel-python.git
214+
popd
209215
else
210216
pushd "${REPO_DIR}"
211217
git clone https://github.com/cel-expr/cel-python.git

0 commit comments

Comments
 (0)