File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ ACTION="$1"
5
5
CI_GIT_URL=
" ssh://[email protected] :22222"
6
6
CI_GIT_URL_WORKER=" https://gitea.riot-labs.de"
7
7
8
+ MURDOCK_API_URL=" http://localhost:8000"
9
+
8
10
MERGE_COMMIT_REPO=" riot-ci/RIOT"
9
11
10
12
BASEDIR=" $( dirname $( realpath $0 ) ) "
@@ -127,7 +129,7 @@ create_merge_commit() {
127
129
128
130
main () {
129
131
local status=' {"status" : {"status": "Fetching code"}}'
130
- /usr/bin/curl -s -d " ${status} " -H " Content-Type: application/json" -H " Authorization: ${CI_JOB_TOKEN} " -X PUT ${CI_DOCKER_API_URL } /job/${CI_JOB_UID} /status > /dev/null
132
+ /usr/bin/curl -s -d " ${status} " -H " Content-Type: application/json" -H " Authorization: ${CI_JOB_TOKEN} " -X PUT ${MURDOCK_API_URL } /job/${CI_JOB_UID} /status > /dev/null
131
133
132
134
export APPS BOARDS
133
135
Original file line number Diff line number Diff line change 16
16
17
17
sys .stdout = io .TextIOWrapper (sys .stdout .detach (), "utf-8" , "replace" )
18
18
19
- MURDOCK_API_BASE_URL = os . getenv ( "CI_DOCKER_API_URL" , " http://localhost:8000")
19
+ MURDOCK_API_BASE_URL = " http://localhost:8000"
20
20
21
21
22
22
def signal_handler (signal , frame ):
You can’t perform that action at this time.
0 commit comments