This commit is contained in:
Barak Michener 2016-10-31 15:37:00 -07:00
parent 5d40de4bf3
commit 902cb5dd23
5 changed files with 67 additions and 3 deletions

9
test/test.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/bash
cd $1
mkdir -p src/git.barakmich.com/barak/hoboken
export GOPATH=$1
git clone https://git.barakmich.com/barak/hoboken.git src/git.barakmich.com/barak/hoboken
go get git.barakmich.com/barak/hoboken
go build git.barakmich.com/barak/hoboken/cmd/hoboken
cp ./hoboken /tmp

2
test/test.yaml Normal file
View file

@ -0,0 +1,2 @@
name: barakFoo
script: test.sh

2
test/test2.yaml Normal file
View file

@ -0,0 +1,2 @@
name: Foo3
script: test.sh