Installation steps should be at the top

This commit is contained in:
Eduard Urbach 2019-11-11 11:43:16 +09:00
parent 23b6032393
commit 0be56c44fe
Signed by: akyoto
GPG Key ID: C874F672B1AF20C0

View File

@ -10,8 +10,8 @@ steps:
commands: commands:
- apt-get update - apt-get update
- apt-get -y install nodejs npm make - apt-get -y install nodejs npm make
- npm install -g typescript
- go version - go version
- npm install -g typescript
- go mod download - go mod download
- make tools - make tools
- make assets - make assets