mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 14:23:25 +00:00
Update ci.sh
This commit is contained in:
@ -8,17 +8,17 @@ cd ..
|
|||||||
|
|
||||||
echo $GOPATH
|
echo $GOPATH
|
||||||
|
|
||||||
mkdir -p $GOPATH/go/src/github.com/openfaas/
|
mkdir -p $GOPATH/src/github.com/openfaas/
|
||||||
cp -r faas $GOPATH/go/src/github.com/openfaas/
|
cp -r faas $GOPATH/src/github.com/openfaas/
|
||||||
|
|
||||||
git clone https://github.com/openfaas/certify-incubator
|
git clone https://github.com/openfaas/certify-incubator
|
||||||
|
|
||||||
cp -r certify-incubator $GOPATH/go/src/github.com/openfaas/
|
cp -r certify-incubator $GOPATH/src/github.com/openfaas/
|
||||||
|
|
||||||
cd $GOPATH/go/src/github.com/openfaas/faas/ && \
|
cd $GOPATH/src/github.com/openfaas/faas/gateway/tests/integration && \
|
||||||
go test -v
|
go test -v
|
||||||
|
|
||||||
cd $GOPATH/go/src/github.com/openfaas/certify-incubator && \
|
cd $GOPATH/src/github.com/openfaas/certify-incubator && \
|
||||||
make test
|
make test
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user