提交 2486b797 编写于 作者: G Granty1

Update go.yml

上级 c3b8f10b
......@@ -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 .
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册