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

Commit c0c2665

Browse files
authored
[client] Fix parameters multi repository CI for forks (#664)
1 parent 77a10cc commit c0c2665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/clone-opencti.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/sh
22

3-
if [[ -z "$1" ]] || [[ -z "$2" ]] || [[ -z "$3" ]]
3+
if [[ -z "$1" ]] || [[ -z "$2" ]]
44
then
5-
echo "[CLONE-DEPS] This scripts $0 requires 3 paramaters: branch_name:$1, workspace:$2 (optional: PR_number:$3)"
5+
echo "[CLONE-DEPS] This scripts $0 requires 2 paramaters: branch_name:$1, workspace:$2 (optional: PR_number:$3)"
66
exit 0
77
fi
88

0 commit comments

Comments
 (0)