Skip to content

Commit

Permalink
addd postStart event for ansible extension
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Dec 1, 2023
1 parent 84db3fe commit 284993a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ components:
commands:
- id: install-ansible-extension
exec:
commandLine: 'code-oss --install-extension redhat.ansible'
commandLine: '/checode/checode-linux-libc/bin/remote-cli/code-oss --install-extension redhat.ansible'
workingDir: ${PROJECT_SOURCE}
group:
kind: build
isDefault: true
component: ansible
events:
postStart:
- "install-ansible-extension"

0 comments on commit 284993a

Please sign in to comment.