File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
OpenWhisk API Gateway
21
21
=============
22
- [ ![ Build Status] ( https://travis-ci.org/apache/incubator- openwhisk-apigateway.svg?branch=master )] ( https://travis-ci.org/apache/incubator- openwhisk-apigateway )
22
+ [ ![ Build Status] ( https://travis-ci.org/apache/openwhisk-apigateway.svg?branch=master )] ( https://travis-ci.org/apache/openwhisk-apigateway )
23
23
[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
24
24
25
25
A performant API Gateway based on Openresty and NGINX.
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ set -ex
22
22
SCRIPTDIR=" $( cd " $( dirname " $0 " ) " && pwd) "
23
23
ROOTDIR=" $SCRIPTDIR /../.."
24
24
HOMEDIR=" $ROOTDIR /.."
25
- UTILDIR=" $HOMEDIR /incubator- openwhisk-utilities"
25
+ UTILDIR=" $HOMEDIR /openwhisk-utilities"
26
26
27
27
# clone OpenWhisk utilities repo. in order to run scanCode
28
28
cd $HOMEDIR
29
- git clone https://github.com/apache/incubator- openwhisk-utilities.git
29
+ git clone https://github.com/apache/openwhisk-utilities.git
30
30
31
31
# run scancode util. against project source using the ASF strict configuration
32
32
# exclude few bundled files from other open source projects that are MIT licensed
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ sudo apt-get -y install nodejs npm
36
36
sudo npm install -g jshint
37
37
cd $HOMEDIR
38
38
# clone main openwhisk repo. for testing purposes
39
- git clone --depth=1 https://github.com/apache/incubator- openwhisk.git openwhisk
39
+ git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
40
40
cd openwhisk
41
41
./tools/travis/setup.sh
You can’t perform that action at this time.
0 commit comments