Skip to content

Commit

Permalink
fixup! Update devfile.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznyetsov committed Jan 3, 2024
1 parent 4a34f1f commit 2a08299
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions devspaces-operator/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a08299

Please sign in to comment.