ci: try fix test error

This commit is contained in:
Lan Tian 2021-01-17 02:39:17 +08:00
parent a984095282
commit aa76bc3de7
No known key found for this signature in database
GPG Key ID: 3D2E9DC81E5791C7

View File

@ -21,7 +21,7 @@ jobs:
build:
docker:
- image: circleci/golang:1.15
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
working_directory: /go/src/github.com/xddxdd/bird-lg-go
steps:
- checkout
- run: go get -v -t -d ./...
@ -31,7 +31,7 @@ jobs:
deploy:
docker:
- image: circleci/golang:1.15
working_directory: /go/src/github.com/{{ORG_NAME}}/{{REPO_NAME}}
working_directory: /go/src/github.com/xddxdd/bird-lg-go
parameters:
image_arch:
type: string