feat: SKIP_ARTY_SETUP env
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m25s
All checks were successful
Build and Push RunPod Docker Image / build-and-push (push) Successful in 1m25s
This commit is contained in:
12
start.sh
12
start.sh
@@ -46,10 +46,14 @@ echo " ✓ PATH updated: $PWD/bin added"
|
||||
|
||||
# [4/7] Setting up with arty
|
||||
echo "[4/7] Setting up with arty..."
|
||||
cd "$PWD/orchestrator"
|
||||
arty setup
|
||||
cd -
|
||||
echo " ✓ Setup complete"
|
||||
if [ ! "$SKIP_ARTY_SETUP" ] ; then
|
||||
cd "$PWD/orchestrator"
|
||||
arty setup
|
||||
cd -
|
||||
echo " ✓ Setup complete"
|
||||
else
|
||||
echo " ⏭ Skipping"
|
||||
fi
|
||||
|
||||
# Display connection information
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user