From 3b5395faff03396c91867f6e1f1ffc92d3293248 Mon Sep 17 00:00:00 2001 From: Anmol Rastogi Date: Tue, 3 Sep 2024 10:16:05 -0700 Subject: [PATCH] Update .travis.yml to pull branch: mmr-6.1.1 for cicd repo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d6c9d57b..450d0b6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ jobs: - export UPSTREAM_ID=81c2369 script: - echo "Skip running UTs" - - git clone http://www.github.com/noironetworks/cicd -b main /tmp/cicd + - git clone http://www.github.com/noironetworks/cicd -b mmr-6.1.1 /tmp/cicd - /tmp/cicd/travis/check-git-tag.sh; RETURN_CODE=$? ; if [ $RETURN_CODE -eq 140 ]; then travis_terminate 0; elif [ $RETURN_CODE -ne 0 ]; then travis_terminate $RETURN_CODE; fi - /tmp/cicd/travis/build-push-opflex-images.sh || travis_terminate 1