master
Ambrose Chua 2018-07-20 14:55:51 +08:00
parent 19a8ecf614
commit 53007a8a0b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pipeline:
image: node:9-stretch
commands:
- apt update
- apt install -y zip
- apt install -y zip wine
- yarn install
- yarn dist
- for f in assignment-*; do zip -r $f.zip $f; done