File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ deploy:
36
36
on :
37
37
tags : true
38
38
all_branches : true
39
- repo : apache/incubator- openwhisk-runtime-rust
39
+ repo : apache/openwhisk-runtime-rust
40
40
- provider : script
41
41
skip_cleanup : true
42
42
script : " ./tools/travis/publish.sh openwhisk rust1.34 nightly"
43
43
on :
44
44
branch : master
45
- repo : apache/incubator- openwhisk-runtime-rust
45
+ repo : apache/openwhisk-runtime-rust
46
46
env :
47
47
global :
48
48
- secure : 0Zk7istlUWhzCAMQvNSYEewgQmOF4uexJH/yh+35sifvX60tM2Hpq2ieZCgvTNgLhHPZmEJnRxldAgWGnwax4ROQyzJR+Qbu481KatwPEw5j+PpBP1rFUA5evYJC7gCG1INffliji0yd6WyoUMlwasMEyeyaqfRmdw3W4wMUXF/z1ya6cgAR9HxKegiOxtp4qjeFGk5PcyfxY5PoWroLeE3gpr5mjb7KoW6UzkkSlhJEsI9iMHyoUTln9ZTsLmBiGCmWC1cp6vaKq/K0t1p4bFm5Hg0vJMbb230jcdP9NyvLJJd9UX2eH0G/ER+QzkSM94OQwhQjTzPppC6YAluxUg5ZYr+Ik5ASHXc4WJXag4MRIrur24d60YI0iwodZe05c8ZA/Ksj41RscrbMBv3tIxDalJtY8DNfdfSL3qP3vZEFPyyAIs9jpUm36nY+VYlW0rP2AiEQNcv7rNNGCLqKVQnlbVR4ccCYbQovcjghzpkuL2A2zFqD4XScU2uj4bJF8HxB/LQCYrSXYUUh11+PE05idTH9X4+JE03Yal2qoX2Tn+a5HO3mkwSEjJ+M8QTuiB1kPLn7CnfPYJNsC28ZFP4HpfhpygWfAIFQmTQoqDGi6q4zi81LcYFeWnz+0wE+XqqoB6C4OwsTA6gM+bTR67mpibOPLSQ2paIRJdl+Gnk=
Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
#
18
18
-->
19
- # incubator- openwhisk-runtime-rust
19
+ # openwhisk-runtime-rust
20
20
21
21
Work in Progress... It will be awesome!
22
22
23
23
[ ![ License] ( https://img.shields.io/badge/license-Apache--2.0-blue.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
24
- [ ![ Build Status] ( https://travis-ci.org/apache/incubator- openwhisk-runtime-rust.svg?branch=master )] ( https://travis-ci.org/apache/incubator- openwhisk-runtime-rust )
24
+ [ ![ Build Status] ( https://travis-ci.org/apache/openwhisk-runtime-rust.svg?branch=master )] ( https://travis-ci.org/apache/openwhisk-runtime-rust )
25
25
Original file line number Diff line number Diff line change 15
15
# limitations under the License.
16
16
#
17
17
FROM golang:1.11 as builder
18
- ENV PROXY_SOURCE=https://github.com/apache/incubator- openwhisk-runtime-go/archive/golang1.11@1.13.0-incubating.tar.gz
18
+ ENV PROXY_SOURCE=https://github.com/apache/openwhisk-runtime-go/archive/golang1.11@1.13.0-incubating.tar.gz
19
19
RUN curl -L "$PROXY_SOURCE" | tar xzf - \
20
20
&& mkdir -p src/github.com/apache \
21
- && mv incubator- openwhisk-runtime-go-golang1.11-1.13.0-incubating \
21
+ && mv openwhisk-runtime-go-golang1.11-1.13.0-incubating \
22
22
src/github.com/apache/incubator-openwhisk-runtime-go \
23
23
&& cd src/github.com/apache/incubator-openwhisk-runtime-go/main \
24
24
&& CGO_ENABLED=0 go build -o /bin/proxy
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ set -ex
23
23
SCRIPTDIR=$( cd $( dirname " $0 " ) && pwd)
24
24
ROOTDIR=" $SCRIPTDIR /../.."
25
25
WHISKDIR=" $ROOTDIR /../openwhisk"
26
- UTILDIR=" $ROOTDIR /../incubator- openwhisk-utilities"
26
+ UTILDIR=" $ROOTDIR /../openwhisk-utilities"
27
27
28
28
export OPENWHISK_HOME=$WHISKDIR
29
29
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ set -ex
22
22
23
23
SCRIPTDIR=$( cd $( dirname " $0 " ) && pwd)
24
24
ROOTDIR=" $SCRIPTDIR /../.."
25
- UTILDIR=" $ROOTDIR /../incubator- openwhisk-utilities"
25
+ UTILDIR=" $ROOTDIR /../openwhisk-utilities"
26
26
27
27
# run scancode using the ASF Release configuration
28
28
pushd $UTILDIR
Original file line number Diff line number Diff line change @@ -26,9 +26,9 @@ HOMEDIR="$SCRIPTDIR/../../../"
26
26
27
27
# clone OpenWhisk utilities repo. in order to run scanCode
28
28
cd $HOMEDIR
29
- git clone --depth=1 https://github.com/apache/incubator- openwhisk-utilities.git
29
+ git clone --depth=1 https://github.com/apache/openwhisk-utilities.git
30
30
31
31
# clone main openwhisk repo. for testing purposes
32
- git clone --depth=1 https://github.com/apache/incubator- openwhisk.git openwhisk
32
+ git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
33
33
cd openwhisk
34
34
./tools/travis/setup.sh
You can’t perform that action at this time.
0 commit comments