We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9ca2b commit 42a7372Copy full SHA for 42a7372
.gitpod.yml
@@ -1,8 +1,10 @@
1
image: gitpod/workspace-go:latest
2
3
tasks:
4
- - name: update apt,go and tools
5
- init: sudo apt update -q &&
+ - name: update apt
+ init: sudo apt update -q
6
+ - name: update go and tools
7
+ command:
8
rm -rf /home/gitpod/tmp &&
9
mkdir -p /home/gitpod/tmp &&
10
cd /home/gitpod/tmp &&
0 commit comments