From 953b04739e20438d34623d65a0fa39d3554dc8f0 Mon Sep 17 00:00:00 2001 From: Gabriel Valencia Date: Tue, 10 Mar 2020 16:53:12 -0500 Subject: [PATCH] chore: move to skit assets 1.0.0 --- scripts/experience_test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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