Fix circle golang path
This commit is contained in:
parent
bc9ae18df0
commit
a9f0854dcf
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
test:
|
test:
|
||||||
pre:
|
pre:
|
||||||
- mkdir -p $GOPATH/src/github.com/jstemmer
|
- mkdir -p /home/ubuntu/.go_workspace/src/github.com/jstemmer
|
||||||
- git clone git@github.com:nullbio/go-junit-report.git $GOPATH/src/github.com/jstemmer
|
- git clone git@github.com:nullbio/go-junit-report.git /home/ubuntu/.go_workspace/src/github.com/jstemmer
|
||||||
- go install github.com/jstemmer/go-junit-report
|
- go install github.com/jstemmer/go-junit-report
|
||||||
- echo -e "[postgres]\nhost=\"localhost\"\nport=5432\nuser=\"ubuntu\"\ndbname=\"sqlboiler\"" > sqlboiler.toml
|
- echo -e "[postgres]\nhost=\"localhost\"\nport=5432\nuser=\"ubuntu\"\ndbname=\"sqlboiler\"" > sqlboiler.toml
|
||||||
- createdb -U ubuntu sqlboiler
|
- createdb -U ubuntu sqlboiler
|
||||||
|
|
Loading…
Reference in a new issue