build.sh: be more sane
This commit is contained in:
parent
90d7b60828
commit
8fe2cfd623
14
build.sh
14
build.sh
|
@ -6,14 +6,6 @@ set -x
|
||||||
export PATH="$PATH:/usr/local/go/bin"
|
export PATH="$PATH:/usr/local/go/bin"
|
||||||
export CI="true"
|
export CI="true"
|
||||||
|
|
||||||
(cd /site/backend/christine.website
|
cd /site/backend/christine.website
|
||||||
go get github.com/Xe/asarfs
|
go build -v
|
||||||
go get github.com/gernest/front
|
mv christine.website /usr/bin
|
||||||
go get layeh.com/asar
|
|
||||||
go get gopkg.in/yaml.v2
|
|
||||||
go get github.com/urfave/negroni
|
|
||||||
|
|
||||||
go build -v
|
|
||||||
mv christine.website /usr/bin) &
|
|
||||||
|
|
||||||
wait
|
|
||||||
|
|
Loading…
Reference in New Issue