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

Commit

Permalink
Set fixed apache/openwhisk commit (#80)
Browse files Browse the repository at this point in the history
- Use a fixed apache/openwhisk commit to run the tests, to explicitly control when changes are consumed.
  • Loading branch information
Luke-Roy-IBM authored Jun 14, 2021
1 parent dc41530 commit b739a4d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tools/travis/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ HOMEDIR="$SCRIPTDIR/../../../"

# OpenWhisk stuff
cd $HOMEDIR
git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk
# git clone --depth=1 https://github.com/apache/incubator-openwhisk.git openwhisk

git clone https://github.com/apache/openwhisk.git openwhisk
cd openwhisk
# Use a fixed commit to run the tests, to explicitly control when changes are consumed.
# Commit: Update the notice year (#5122)
git checkout ecb2a980659f28d0adbd9ef837afaf4cb2b695bf


./tools/travis/setup.sh

0 comments on commit b739a4d

Please sign in to comment.