lancelotly commited on
Commit
9b4b2ba
·
verified ·
1 Parent(s): fb44cba

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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