File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,12 +56,12 @@ jobs:
5656 - name : Verify and Checkout Deploy Branch 🔄
5757 run : |
5858 git fetch origin
59- echo "📂 Verifying 'appChangesToHideUploadBtn ' branch..."
60- if git rev-parse --verify origin/appChangesToHideUploadBtn ; then
61- git checkout appChangesToHideUploadBtn
59+ echo "📂 Verifying 'local_deploy ' branch..."
60+ if git rev-parse --verify origin/local_deploy ; then
61+ git checkout local_deploy
6262 echo "✅ Branch checked out successfully!"
6363 else
64- echo "❌ Branch 'appChangesToHideUploadBtn ' not found. Please verify the branch name."
64+ echo "❌ Branch 'local_deploy ' not found. Please verify the branch name."
6565 exit 1
6666 fi
6767
Original file line number Diff line number Diff line change 6060 - name : Clone the cloud-cap-samples-java repo 🌐
6161 run : |
6262 echo "🔄 Cloning repository..."
63- git clone --depth 1 --branch appChgesToHideUploadBtn https://github.com/vibhutikumar07/cloud-cap-samples-java.git
63+ git clone --depth 1 --branch local_mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
6464 echo "✅ Repository cloned!"
6565
6666 - name : Override cds.services.version (runtime only)
You can’t perform that action at this time.
0 commit comments