1 changed files with
2 additions and
1 deletions
|
|
|
@ -5,7 +5,8 @@ steps:
|
|
|
|
- name: build_client
|
|
|
|
- name: build_client
|
|
|
|
image: node
|
|
|
|
image: node
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- "apt-get install tree"
|
|
|
|
- "apt update"
|
|
|
|
|
|
|
|
- "apt install tree"
|
|
|
|
- "tree"
|
|
|
|
- "tree"
|
|
|
|
- "cd Server/src"
|
|
|
|
- "cd Server/src"
|
|
|
|
- "ls"
|
|
|
|
- "ls"
|
|
|
|
|