Skip to content

Commit f61c52b

Browse files
committed
More portable build command
1 parent 9a57fe3 commit f61c52b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

push.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ echo "pushing $CHISEL_APP_NAME to cloud foundry"
6868

6969
cf push -t 180 $@ "$CHISEL_APP_NAME" & # -t: maximum number of seconds to wait for app to start
7070

71-
export GOPATH=$(echo ${PWD%src/github.com/jpillora/chisel})
72-
go build
71+
GOPATH=$(cd ../../../..;pwd) go build
7372

7473
wait
7574

0 commit comments

Comments
 (0)