We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d0aa9f commit e64aa9aCopy full SHA for e64aa9a
1 file changed
.github/workflows/multiTenancyDeployLocal.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Clone the cloud-cap-samples-java repo 🌐
60
run: |
61
echo "🔄 Cloning repository..."
62
- git clone --depth 1 --branch local_mtTests https://github.com/vibhutikumar07/cloud-cap-samples-java.git
+ git clone --depth 1 --branch local_mtTests_sdmNexusDemo https://github.com/vibhutikumar07/cloud-cap-samples-java.git
63
echo "✅ Repository cloned!"
64
65
- name: Override cds.services.version (runtime only)
@@ -121,4 +121,4 @@ jobs:
121
ls -lrth
122
echo "▶️ Running cf deploy..."
123
cf deploy mta_archives/bookshop-mt_1.0.0.mtar -f
124
- echo "✅ Deployment complete!"
+ echo "✅ Deployment complete!"
0 commit comments