Skip to content

Commit

Permalink
Fix main build (#20601)
Browse files Browse the repository at this point in the history
Tool: gitpod/catfood.gitpod.cloud
  • Loading branch information
mustard-mh authored Feb 14, 2025
1 parent acfdd52 commit a68d7ef
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"result": {
"id": "123",
"settings": {
"workspaceClasses": {
"regular": "huge"
},
"prebuilds": {
"enable": true,
"prebuildInterval": 5,
"cloneSettings": {
"fullClone": false
}
},
"workspaceClasses": {
"regular": "huge"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"result": {
"id": "123",
"settings": {
"prebuilds": {
"enable": true,
"prebuildInterval": 5,
"cloneSettings": {
"fullClone": false
}
},
"workspaceClasses": {
"regular": "huge"
},
"restrictedWorkspaceClasses": [
"huge",
"large"
]
],
"prebuilds": {
"enable": true,
"prebuildInterval": 5,
"cloneSettings": {
"fullClone": false
}
}
}
},
"err": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"workspaceSettings": {
"workspaceClass": "dev",
"restrictedWorkspaceClasses": [],
"restrictedEditorNames": []
"restrictedEditorNames": [],
"enableDockerdAuthentication": false
}
},
"err": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"cls-1",
"cls-2"
],
"restrictedEditorNames": []
"restrictedEditorNames": [],
"enableDockerdAuthentication": false
}
},
"err": ""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"result": {
"workspaceClass": "dev",
"restrictedWorkspaceClasses": [],
"restrictedEditorNames": []
"restrictedEditorNames": [],
"enableDockerdAuthentication": false
},
"err": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"result": {
"workspaceClass": "",
"restrictedWorkspaceClasses": [],
"restrictedEditorNames": []
"restrictedEditorNames": [],
"enableDockerdAuthentication": false
},
"err": ""
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"g1",
"g2"
],
"restrictedEditorNames": []
"restrictedEditorNames": [],
"enableDockerdAuthentication": false
},
"err": ""
}

0 comments on commit a68d7ef

Please sign in to comment.