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 16d3be3 commit 99c3b89Copy full SHA for 99c3b89
scripts/copyReportsIntoResults.sh
@@ -6,8 +6,6 @@
6
7
# Notice that this scripts needs to be executed within the "temp" directory.
8
9
-# Requires generateJupyterReportReference.sh
10
-
11
# Fail on any error ("-e" = exit on first error, "-o pipefail" exist on errors within piped commands)
12
set -o errexit -o pipefail
13
0 commit comments