From 9b9130e191782e4e22426e46b58cd47a479639ce Mon Sep 17 00:00:00 2001 From: Alex Dworjan Date: Fri, 1 Dec 2023 16:24:41 -0500 Subject: [PATCH] removed extra commands --- devfile.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/devfile.yaml b/devfile.yaml index 5a0ea01..6228834 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -10,15 +10,3 @@ components: cpuRequest: 250m cpuLimit: 2000m name: ansible -commands: - - id: install-ansible-extension - exec: - 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"