Skip to content

Commit 43bd757

Browse files
committed
test
1 parent f38a01e commit 43bd757

File tree

1 file changed

+2
-3
lines changed
  • testcases/ground-to-cloud

1 file changed

+2
-3
lines changed

testcases/ground-to-cloud/run.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ sed -i '/^UIPATH_TENANT_ID=[[:space:]]*$/d' .env
2323

2424
# Generate dynamic values
2525
PR_NUMBER=${GITHUB_PR_NUMBER:-"local"}
26-
RUN_ID=${GITHUB_RUN_ID:-$(date +%s)}
27-
UNIQUE_ID=$(python -c "import uuid; print(str(uuid.uuid4()))" 2>/dev/null || python3 -c "import uuid; print(str(uuid.uuid4()))")
26+
#UNIQUE_ID=$(python -c "import uuid; print(str(uuid.uuid4()))" 2>/dev/null || python3 -c "import uuid; print(str(uuid.uuid4()))")
27+
UNIQUE_ID=$(cat /proc/sys/kernel/random/uuid)
2828
MCP_SERVER_NAME="mathmcp-${PR_NUMBER}"
2929

3030
echo "Updating uipath.json with dynamic values..."
3131
echo "PR Number: $PR_NUMBER"
32-
echo "Run ID: $RUN_ID"
3332
echo "MCP Server Name: $MCP_SERVER_NAME"
3433
echo "Unique ID: $UNIQUE_ID"
3534

0 commit comments

Comments
 (0)