Skip to content
Snippets Groups Projects
Commit 5f68dbdc authored by Zygmunt Krynicki's avatar Zygmunt Krynicki
Browse files

Add example.net workaround for OSTC DNS issue


OSTC DNS server has problems resolving www.example.com

Signed-off-by: default avatarZygmunt Krynicki <zygmunt.krynicki@huawei.com>
parent 743c3a8e
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,10 @@
# devtool and other related tools.
# xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# Point to https://example.net instead of the default https://example.com.
# The OSTC cloud provider has misconfigured DNS which resolves the latter incorrectly.
- echo 'CONNECTIVITY_CHECK_URIS = "https://example.net/"' >> "$SCRATCH_DIR"/build/conf/local.conf
after_script:
# Reload the value of SCRATCH_DIR set in the before_script phase.
......
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