Skip to content

Commit 77248cf

Browse files
gman4001ona-agent
andcommitted
devcontainer: link automations.yaml via gitpod customization
Add the gitpod.automationsFile reference so Ona picks up .ona/automations.yaml automatically on environment start. Signed-off-by: gman4001 <gamblecolton4@gmail.com> Co-authored-by: Ona <no-reply@ona.com>
1 parent 117fc30 commit 77248cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
}
88
},
99
"customizations": {
10+
"gitpod": {
11+
"automationsFile": "../.ona/automations.yaml"
12+
},
1013
"vscode": {
1114
"extensions": [
1215
"ms-vscode.cmake-tools",

0 commit comments

Comments
 (0)