Spaces:
Running
Running
Update entrypoint.sh
Browse files- entrypoint.sh +6 -0
entrypoint.sh
CHANGED
@@ -14,3 +14,9 @@ if [ -n "$GIT_CLONE_REPOS" ]; then
|
|
14 |
else
|
15 |
echo "No git repos requests detected."
|
16 |
fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
else
|
15 |
echo "No git repos requests detected."
|
16 |
fi
|
17 |
+
|
18 |
+
if [ -n "$ADDITIONAL_RUN" ]; then
|
19 |
+
$ADDITIONAL_RUN
|
20 |
+
else
|
21 |
+
echo "Ready!"
|
22 |
+
fi
|