Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit f6a1011

Browse files
committed
Update .gitpod.yml
1 parent 0302cde commit f6a1011

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.gitpod.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
image: trzeci/emscripten:1.39.0
22
tasks:
3-
- init: wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip && unzip /tmp/vim.zip -d /home/gitpod &> /dev/null
3+
- init: >
4+
wget https://github.com/jeromewu/docker-workspace/raw/master/vim.zip -O /tmp/vim.zip &> /dev/null &&
5+
unzip /tmp/vim.zip -d /home/gitpod &> /dev/null

0 commit comments

Comments
 (0)