diff --git a/openebs/ci/travis-ci.sh b/openebs/ci/travis-ci.sh index d1de0af049a..56155fc3332 100755 --- a/openebs/ci/travis-ci.sh +++ b/openebs/ci/travis-ci.sh @@ -15,7 +15,7 @@ # limitations under the License. # global env vars to be used in test scripts -export CI_BRANCH="master" +export CI_BRANCH="v0.9.x" export CI_TAG="ci" #$DST_REPO/external-storage/openebs/ci/helm_install_openebs.sh @@ -28,4 +28,4 @@ rc=$?; if [[ $rc != 0 ]]; then exit $rc; fi # download the test script from openebs/openebs and execute it. echo "**************Executing common test script from openebs/openebs**************" curl https://raw.githubusercontent.com/openebs/openebs/master/k8s/ci/test-script.sh > test-script.sh -chmod +x test-script.sh && ./test-script.sh \ No newline at end of file +chmod +x test-script.sh && ./test-script.sh