Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
fd752224
Commit
fd752224
authored
2 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[bootstrap,deploy] Fix bootstrap and deployment base servers for (internal) CI builds
parent
b8b61432
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!333
[bootstrap,deploy] Fix bootstrap and deployment base servers for (internal) CI builds
Pipeline
#66317
failed
2 years ago
Stage: qa
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/devtools/bootstrap.py
+1
-1
1 addition, 1 deletion
bob/devtools/bootstrap.py
bob/devtools/deploy.py
+1
-1
1 addition, 1 deletion
bob/devtools/deploy.py
with
2 additions
and
2 deletions
bob/devtools/bootstrap.py
+
1
−
1
View file @
fd752224
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
bob/devtools/deploy.py
+
1
−
1
View file @
fd752224
...
...
@@ -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?
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment