Skip to content

Commit e093b45

Browse files
authored
Set file-syncer to run from spark-template (#46)
github/workbench-sdk#279 removes our lookup on the `GITHUB_REPOSITORY` (which plays badly when export repos) so we need to be strict about where we normally start the file syncer running.
1 parent e267ea6 commit e093b45

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/spark.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ stderr_logfile=/var/log/spark-designer.err.log
3333

3434
[program:spark-file-syncer]
3535
command=/usr/local/bin/spark-file-syncer 13000
36+
directory=/workspaces/spark-template
3637
autostart=true
3738
autorestart=true
3839
stdout_logfile=/var/log/spark-file-syncer.out.log

0 commit comments

Comments
 (0)