1
0
Fork 0

Fix bootstrap.sh path

timestamps
dump_stack() 2019-02-06 06:07:21 +00:00
parent 92484bf1d7
commit c3af494fa8
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ env:
install: true
before_script:
- cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/qemu-debian-img
- cd $GOPATH/src/code.dumpstack.io/tools/out-of-tree/tools/qemu-debian-img
- ./bootstrap.sh
- cd $GOPATH/src/github.com/jollheef/out-of-tree
- cd $GOPATH/src/code.dumpstack.io/tools/out-of-tree
script:
- go test -parallel 1 -v ./...