Skip to content
GitLab
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
c2848a8e
Commit
c2848a8e
authored
Oct 18, 2019
by
André Anjos
💬
Browse files
[scripts.ci] Fix syntax
parent
69dd48c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/devtools/scripts/ci.py
View file @
c2848a8e
...
...
@@ -510,8 +510,8 @@ def test(ctx, dry_run):
ctx
.
invoke
(
test
,
package
=
glob
.
glob
(
base_path
+
"*.conda"
)
)
+
\
glob
.
glob
(
base_path
+
"*.tar.bz2"
)
)
package
=
glob
.
glob
(
base_path
+
"*.conda"
)
+
\
glob
.
glob
(
base_path
+
"*.tar.bz2"
)
,
condarc
=
condarc
,
config
=
variants_file
,
append_file
=
append_file
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment