Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
fix packr cli path
Browse files Browse the repository at this point in the history
  • Loading branch information
vito committed Sep 6, 2018
1 parent 52fa9e6 commit f96bec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/build-darwin
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ go build -o go-bindata github.com/jteeuwen/go-bindata/go-bindata

./go-bindata -pkg bindata -o gopath/src/github.com/concourse/bin/bindata/bindata.go cli-artifacts/...

go install github.com/gobuffalo/packr
go install github.com/gobuffalo/packr/packr
packr -i concourse/src/github.com/concourse

cd binary
Expand Down
2 changes: 1 addition & 1 deletion ci/build-linux
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ go get github.com/jteeuwen/go-bindata/go-bindata

go-bindata -nomemcopy -pkg bindata -o concourse/src/github.com/concourse/bin/bindata/bindata.go cli-artifacts/... assets/...

go install github.com/gobuffalo/packr
go install github.com/gobuffalo/packr/packr
packr -i concourse/src/github.com/concourse

cd binary
Expand Down
2 changes: 1 addition & 1 deletion ci/build-windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ go build -o go-bindata.exe github.com/jteeuwen/go-bindata/go-bindata

.\go-bindata.exe -pkg bindata -o concourse\src\github.com\concourse\bin\bindata\bindata.go cli-artifacts/...

go build -o packr.exe github.com/gobuffalo/packr
go build -o packr.exe github.com/gobuffalo/packr/packr
.\packr.exe -i concourse/src/github.com/concourse

go build -ldflags "-X main.Version=%FinalVersion% -X github.com/concourse/atc/atccmd.Version=%FinalVersion% -X github.com/concourse/atc/atccmd.WorkerVersion=%WorkerVersion% -X main.WorkerVersion=%WorkerVersion%" -o .\binary\concourse_windows_amd64.exe github.com/concourse/bin/cmd/concourse
Expand Down

0 comments on commit f96bec6

Please sign in to comment.