Skip to content

Commit

Permalink
[supervisor] do not change ready file to /.workspace folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sagor999 authored and roboquat committed Aug 30, 2022
1 parent aee56a5 commit 7aa2d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/supervisor/pkg/supervisor/supervisor.go
Original file line number Diff line number Diff line change
Expand Up @@ -1327,7 +1327,6 @@ func startContentInit(ctx context.Context, cfg *Config, wg *sync.WaitGroup, cst
fnReady := "/workspace/.gitpod/ready"
if _, err := os.Stat("/.workspace/.gitpod/content.json"); !os.IsNotExist(err) {
fn = "/.workspace/.gitpod/content.json"
fnReady = "/.workspace/.gitpod/ready"
log.Info("Detected content.json in /.workspace folder, assuming PVC feature enabled")
}

Expand Down

0 comments on commit 7aa2d43

Please sign in to comment.