Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit b739a4d

Browse files
authored
Set fixed apache/openwhisk commit (#80)
- Use a fixed apache/openwhisk commit to run the tests, to explicitly control when changes are consumed.
1 parent dc41530 commit b739a4d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tools/travis/setup.sh

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,14 @@ HOMEDIR="$SCRIPTDIR/../../../"
99

1010
# OpenWhisk stuff
1111
cd $HOMEDIR
12-
git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
12+
# git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
13+
14+
git clone https://github.com/apache/openwhisk.git openwhisk
1315
cd openwhisk
16+
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
17+
# Commit: Update the notice year (#5122)
18+
git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf
19+
20+
1421
./tools/travis/setup.sh
1522

0 commit comments

Comments
 (0)