diff --git a/scripts/experience_test.sh b/scripts/experience_test.sh index e3bc696..3ac8254 100755 --- a/scripts/experience_test.sh +++ b/scripts/experience_test.sh @@ -1,10 +1,10 @@ #!/usr/bin/env bash echo "Installing Chrome web driver..." -source <(curl -sSL "${DEVX_SKIT_ASSETS_GIT_URL_RAW:-https://raw.githubusercontent.com/IBM/devex-skit-assets/master}/scripts/install_chrome.sh") +source <(curl -sSL "${DEVX_SKIT_ASSETS_GIT_URL_RAW:-https://github.com/IBM/devex-skit-assets/raw/v1.0.0}/scripts/install_chrome.sh") echo "Starting Chrome web driver..." -source <(curl -sSL "${DEVX_SKIT_ASSETS_GIT_URL_RAW:-https://raw.githubusercontent.com/IBM/devex-skit-assets/master}/scripts/start_chrome.sh") +source <(curl -sSL "${DEVX_SKIT_ASSETS_GIT_URL_RAW:-https://github.com/IBM/devex-skit-assets/raw/v1.0.0}/scripts/start_chrome.sh") echo "Downloading and installing pip..." curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py