From 2a0829910674887e2241b94656da0d9d18992ddf Mon Sep 17 00:00:00 2001 From: Mykhailo Kuznietsov Date: Wed, 3 Jan 2024 09:26:35 +0200 Subject: [PATCH] fixup! Update devfile.yaml --- devspaces-operator/devfile.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/devspaces-operator/devfile.yaml b/devspaces-operator/devfile.yaml index 300ce48481..c994298562 100644 --- a/devspaces-operator/devfile.yaml +++ b/devspaces-operator/devfile.yaml @@ -34,15 +34,6 @@ components: - name: KUBECONFIG value: /home/user/.kube/config commands: - - id: install-go-1-18 - exec: - label: POST START EVENT - Install go 1.18 - component: tooling-container - commandLine: | - cd /tmp && wget https://go.dev/dl/go1.18.6.linux-amd64.tar.gz && \ - mkdir $HOME/go1.18 && \ - tar -xvzf go1.18.6.linux-amd64.tar.gz -C $HOME/go1.18 --strip-components 1 && \ - if ! grep -q "export PATH=\$HOME/go1.18/bin:\$PATH" $HOME/.bashrc; then echo "export PATH=\$HOME/go1.18/bin:\$PATH" >> $HOME/.bashrc; fi - id: install-chectl exec: label: POST START EVENT - Install chectl