Skip to content

Commit

Permalink
fix: attempt to build plugin correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Jan 10, 2020
1 parent 85c728f commit df952c2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ commands:
- run:
name: Install postgres-capability plugin
command: |
export GO111MODULE="on"
go get halkyon.io/postgresql-capability
mkdir plugins
cd plugins
git clone https://github.com/halkyonio/postgresql-capability.git
cd postgresql-capability
go build -o postgresql-capability *.go && mv postgresql-capability ../
cd /go/src/halkyon.io/postgresql-capability
go build -o postgresql-capability *.go
mv postgresql-capability ${CIRCLE_WORKING_DIRECTORY}/plugins/
install-kubectl:
steps:
- run:
Expand Down

0 comments on commit df952c2

Please sign in to comment.