Skip to content
Snippets Groups Projects
Commit 79fb61b5 authored by Travis Ralston's avatar Travis Ralston
Browse files

Fix Circle CI (hopefully)

parent a778c9d5
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ jobs: ...@@ -8,7 +8,7 @@ jobs:
- checkout - checkout
- run: - run:
name: build binaries name: build binaries
command: 'GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...' command: 'GOBIN=$PWD/`dirname $0`/bin GO111MODULE=on go install -v ./cmd/...'
- store_artifacts: - store_artifacts:
path: bin/media_repo path: bin/media_repo
destination: media_repo destination: media_repo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment