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
167315df
Commit
167315df
authored
5 years ago
by
André Anjos
Browse files
Options
Downloads
Plain Diff
Merge branch 'fix-nightlies' into 'master'
[scripts/ci] Fix nightly builds See merge request
!88
parents
a49f5b7d
7758fd6d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!88
[scripts/ci] Fix nightly builds
Pipeline
#32379
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/scripts/ci.py
+1
-1
1 addition, 1 deletion
bob/devtools/scripts/ci.py
with
1 addition
and
1 deletion
bob/devtools/scripts/ci.py
+
1
−
1
View file @
167315df
...
...
@@ -570,7 +570,7 @@ def nightlies(ctx, order, dry_run):
# Use custom variants and append files if available on recipe-dir
recipe_dir
=
os
.
path
.
join
(
clone_to
,
'
conda
'
)
condarc
=
select_user_condarc
(
paths
=
[
recipe
,
os
.
curdir
],
condarc
=
select_user_condarc
(
paths
=
[
recipe
_dir
,
os
.
curdir
],
branch
=
os
.
environ
.
get
(
'
CI_COMMIT_REF_NAME
'
))
if
condarc
is
not
None
:
logger
.
info
(
'
Condarc configuration file: %s
'
,
condarc
)
...
...
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