blob: 5a38d3fb9fb89b6418df69ae53ab10683c51182a [file] [log] [blame]
#!/bin/bash
set -o xtrace
SCRIPTDIR=$(cd $(dirname "$0") && pwd)
HOMEDIR="$SCRIPTDIR/../../../"
# clone OpenWhisk repo. in order to run scanCode.py
cd $HOMEDIR
git clone https://github.com/apache/incubator-openwhisk-utilities.git