Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
167315df
Commit
167315df
authored
Aug 08, 2019
by
André Anjos
💬
Browse files
Merge branch 'fix-nightlies' into 'master'
[scripts/ci] Fix nightly builds See merge request
!88
parents
a49f5b7d
7758fd6d
Pipeline
#32379
passed with stages
in 7 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment