Commit 88a4ad35 authored by canterburym's avatar canterburym
Browse files

Correcting merge test

parent f0e40542
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ import requests
import json
import subprocess

crCommitBranch = os.environ.get("CI_COMMIT_REF_NAME", "cr/TS33128/0165")
crCommitBranch = os.environ.get("CI_COMMIT_REF_NAME", "NOTFOUND")
apiUrl = os.environ.get("CI_API_V4_URL", "https://forge.3gpp.org/rep/api/v4")
projectId = os.environ.get("CI_PROJECT_ID", "13")