Skip to content
Snippets Groups Projects
Commit 8f0acf73 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Update ci.sh

parent 0ce5a086
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment