We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac002a commit 4cb5c13Copy full SHA for 4cb5c13
ci-build.sh
@@ -189,7 +189,7 @@ if which jupyter >/dev/null 2>&1; then
189
# that any updates to the success variable will not persist outside
190
# the loop. So we store non-zero success values into a temporary file,
191
# then capture the value back into the parent shell's success variable.
192
- find . -name '*.ipynb' | while read f
+ find . -name '*.ipynb' | while read nbf
193
do
194
echo
195
echo "== $nbf =="
0 commit comments