File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ sudo cp .devcontainer/spark.conf /etc/supervisor/conf.d/
88cd /tmp/spark
99bash spark-sdk-dist/repair.sh
1010LATEST_RELEASE=" $LATEST_RELEASE " WORKSPACE_DIR=" $WORKSPACE_DIR " bash /tmp/spark/spark-sdk-dist/install-tools.sh services
11+ cd /workspaces/spark-template
1112
1213sudo chown node /var/run/
1314sudo chown -R node /var/log/
@@ -16,14 +17,15 @@ supervisord
1617supervisorctl reread
1718supervisorctl update
1819
19- cd /workspaces/spark-template
2020# Check if SNAPSHOT_SAS_URL was passed, if so run hydrate.sh
2121if [ -n " $SNAPSHOT_SAS_URL " ]; then
2222 WORKSPACE_DIR=" /workspaces/spark-template"
2323 SAS_URI=" $SNAPSHOT_SAS_URL " /usr/local/bin/hydrate.sh $WORKSPACE_DIR
2424fi
2525
26+ cd /tmp/spark
2627LATEST_RELEASE=" $RELEASE_ID " WORKSPACE_DIR=" $WORKSPACE_DIR " bash /tmp/spark/spark-sdk-dist/install-tools.sh sdk
28+ cd /workspaces/spark-template
2729
2830# Keep reflog commits "forever"
2931git config gc.reflogExpire 500.years.ago
@@ -35,4 +37,6 @@ git config gc.reflogExpireUnreachable 500.years.ago
3537ln -fs /usr/local/bin/post-commit .git/hooks/post-commit
3638/usr/local/bin/static-preview-build.sh
3739
40+ cd /tmp/spark
3841LATEST_RELEASE=" $RELEASE_ID " WORKSPACE_DIR=" $WORKSPACE_DIR " bash /tmp/spark/spark-sdk-dist/install-tools.sh cli
42+ cd /workspaces/spark-template
You can’t perform that action at this time.
0 commit comments