Modify the sort of cd command
This commit is contained in:
parent
443922c7de
commit
f93bd6020a
|
@ -19,6 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: |
|
run: |
|
||||||
|
cd server
|
||||||
go get -v -t -d ./...
|
go get -v -t -d ./...
|
||||||
if [ -f Gopkg.toml ]; then
|
if [ -f Gopkg.toml ]; then
|
||||||
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
|
||||||
|
@ -27,6 +28,5 @@ jobs:
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
cd server
|
|
||||||
go build -v .
|
go build -v .
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue