Skip to content
Snippets Groups Projects
Commit 4e1cd39c authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Fixed url pointing to testing node passed to the testing script.

parent 8f3240f2
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!49- Implemented comment body patching using diff_match_patch library to follow...
......@@ -126,7 +126,7 @@ hivemind_start_api_smoketest:
- python3 -m site --user-site
- pip3 install --user --upgrade pip setuptools
- pip3 install --user pyresttest
- scripts/ci_start_api_smoketest.sh "http://localhost/$HIVEMIND_HTTP_PORT"
- scripts/ci_start_api_smoketest.sh "http://localhost:$HIVEMIND_HTTP_PORT"
when: manual
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment