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: build:
docker: docker:
- image: circleci/golang:1.15 - 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: steps:
- checkout - checkout
- run: go get -v -t -d ./... - run: go get -v -t -d ./...
@ -31,7 +31,7 @@ jobs:
deploy: deploy:
docker: docker:
- image: circleci/golang:1.15 - 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: parameters:
image_arch: image_arch:
type: string type: string