mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 12:36:29 +00:00
Update ci.sh
This commit is contained in:
@ -8,17 +8,17 @@ cd ..
|
||||
|
||||
echo $GOPATH
|
||||
|
||||
mkdir -p $GOPATH/go/src/github.com/openfaas/
|
||||
cp -r faas $GOPATH/go/src/github.com/openfaas/
|
||||
mkdir -p $GOPATH/src/github.com/openfaas/
|
||||
cp -r faas $GOPATH/src/github.com/openfaas/
|
||||
|
||||
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
|
||||
|
||||
cd $GOPATH/go/src/github.com/openfaas/certify-incubator && \
|
||||
cd $GOPATH/src/github.com/openfaas/certify-incubator && \
|
||||
make test
|
||||
|
||||
exit 0
|
||||
|
Reference in New Issue
Block a user