apt update

test
dan 2020-10-26 15:40:16 -06:00
parent 6b11cdd0ce
commit 2c1f48f189
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ steps:
- name: build_client
image: node
commands:
- "apt-get install tree"
- "apt update"
- "apt install tree"
- "tree"
- "cd Server/src"
- "ls"