Skip to content

Commit 42a7372

Browse files
committed
Update Gitpod config
1 parent cb9ca2b commit 42a7372

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitpod.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
image: gitpod/workspace-go:latest
22

33
tasks:
4-
- name: update apt,go and tools
5-
init: sudo apt update -q &&
4+
- name: update apt
5+
init: sudo apt update -q
6+
- name: update go and tools
7+
command:
68
rm -rf /home/gitpod/tmp &&
79
mkdir -p /home/gitpod/tmp &&
810
cd /home/gitpod/tmp &&

0 commit comments

Comments
 (0)