We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7de4d00 commit a550783Copy full SHA for a550783
tools/travis/setup.sh
@@ -9,10 +9,15 @@ HOMEDIR="$SCRIPTDIR/../../../"
9
10
# clone openWhisk
11
cd $HOMEDIR
12
-git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
+# git clone --depth=1 https://github.com/apache/openwhisk.git openwhisk
13
+git clone https://github.com/apache/openwhisk.git openwhisk
14
+cd openwhisk
15
+# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
16
+# Commit: Update the notice year (#5122)
17
+git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf
18
+
19
20
# setup the openwhisk environment
-cd openwhisk
21
./tools/travis/setup.sh
22
23
# Also build required test artifacts
0 commit comments