Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit c0c89e0

Browse files
committed
[client] temp debug on CI work
1 parent 32302f3 commit c0c89e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/clone-opencti.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ clone_for_pr_build() {
4949
if [[ "${OPENCTI_PR_NUMBER}" != "" ]]
5050
then
5151
echo "[CLONE-DEPS] Found a PR in opencti with number ${OPENCTI_PR_NUMBER}, using it."
52+
echo "[DEBUG] -------- "
53+
git config --local --get-all remote.origin.fetch
54+
echo "[DEBUG] -------- "
5255
gh pr checkout ${OPENCTI_PR_NUMBER}
5356
else
5457
echo "[CLONE-DEPS] No PR found in opencti side, keeping opencti:${PR_TARGET_BRANCH}"

0 commit comments

Comments
 (0)