Skip to content
Snippets Groups Projects
Commit fd752224 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[bootstrap,deploy] Fix bootstrap and deployment base servers for (internal) CI builds

parent b8b61432
No related branches found
No related tags found
1 merge request!333[bootstrap,deploy] Fix bootstrap and deployment base servers for (internal) CI builds
Pipeline #66317 failed
......@@ -34,7 +34,7 @@ show_channel_urls: true #!final
ssl_verify: false #!final
"""
_SERVER = "http://www.idiap.ch"
_SERVER = "http://bobconda.lab.idiap.ch"
_INTERVALS = (
("weeks", 604800), # 60 * 60 * 24 * 7
......
......@@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
# This must be a copy of what is in bootstrap.py.
# Notice this script is also called independently of bob.devtools!
_SERVER = "http://www.idiap.ch"
_SERVER = "http://bobconda.lab.idiap.ch"
_WEBDAV_PATHS = {
True: { # stable?
......
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