Skip to content

Commit 7aa2d43

Browse files
sagor999roboquat
authored andcommitted
[supervisor] do not change ready file to /.workspace folder
1 parent aee56a5 commit 7aa2d43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/supervisor/pkg/supervisor/supervisor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,6 @@ func startContentInit(ctx context.Context, cfg *Config, wg *sync.WaitGroup, cst
13271327
fnReady := "/workspace/.gitpod/ready"
13281328
if _, err := os.Stat("/.workspace/.gitpod/content.json"); !os.IsNotExist(err) {
13291329
fn = "/.workspace/.gitpod/content.json"
1330-
fnReady = "/.workspace/.gitpod/ready"
13311330
log.Info("Detected content.json in /.workspace folder, assuming PVC feature enabled")
13321331
}
13331332

0 commit comments

Comments
 (0)