Update go.yml
This commit is contained in:
parent
060961e312
commit
f87ae7a2ea
|
@ -8,7 +8,7 @@ jobs:
|
|||
|
||||
build:
|
||||
name: Build
|
||||
runs-on: [ VM_0_11_centos ]
|
||||
runs-on: [ self-hosts ]
|
||||
steps:
|
||||
- name: Get dependencies
|
||||
run: |
|
||||
|
@ -17,11 +17,12 @@ jobs:
|
|||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||
dep ensure
|
||||
fi
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
- name: Check dir
|
||||
run : |
|
||||
pwd
|
||||
ls -la
|
||||
- name: Build
|
||||
run: |
|
||||
cd server
|
||||
go build -v .
|
||||
|
||||
|
|
Loading…
Reference in New Issue