Skip to content

Commit 6937dbd

Browse files
committed
revert changes done for testing
1 parent 723599a commit 6937dbd

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cfdeploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/multiTenancyDeployLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
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)

0 commit comments

Comments
 (0)