Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
Update(ci): update 0.9.x openebs operator (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: prateekpandey14 <[email protected]>
  • Loading branch information
prateekpandey14 authored May 3, 2019
1 parent ed4e1d9 commit b8dffc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openebs/ci/travis-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
chmod +x test-script.sh && ./test-script.sh

0 comments on commit b8dffc8

Please sign in to comment.