mvp
This commit is contained in:
parent
5d40de4bf3
commit
902cb5dd23
5 changed files with 67 additions and 3 deletions
9
test/test.sh
Executable file
9
test/test.sh
Executable 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
2
test/test.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
name: barakFoo
|
||||
script: test.sh
|
||||
2
test/test2.yaml
Normal file
2
test/test2.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
name: Foo3
|
||||
script: test.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue