We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f30e156 commit f5e2524Copy full SHA for f5e2524
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: go test -v -covermode=count -coverprofile=count.out ./...
29
- run: go tool cover -html=count.out -o coverage.html
30
- run:
31
- working_directory: cmd/ssl-status-borad
+ working_directory: cmd/ssl-status-board
32
command: |
33
go get -v github.com/gobuffalo/packr/packr
34
GOOS=linux GOARCH=amd64 packr build -o ../../release/ssl-status-board_linux_amd64
0 commit comments