Spaces:
Running
Running
fabiogra
commited on
Commit
·
2e3ca25
1
Parent(s):
141bd52
fix: set exit 0 in prepare_samples
Browse files
scripts/prepare_samples.sh
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
# Check if the "PREPARE_SAMPLES" environment variable is set
|
4 |
if [ -z "${PREPARE_SAMPLES}" ]; then
|
5 |
echo "PREPARE_SAMPLES is unset or set to the empty string. Skipping sample preparation."
|
6 |
-
exit
|
7 |
fi
|
8 |
|
9 |
# Read JSON file into a variable
|
|
|
3 |
# Check if the "PREPARE_SAMPLES" environment variable is set
|
4 |
if [ -z "${PREPARE_SAMPLES}" ]; then
|
5 |
echo "PREPARE_SAMPLES is unset or set to the empty string. Skipping sample preparation."
|
6 |
+
exit 0
|
7 |
fi
|
8 |
|
9 |
# Read JSON file into a variable
|