Skip to content

Commit 4f9c6be

Browse files
Update multi_tenant_deploy.yml
1 parent 239c367 commit 4f9c6be

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/multi_tenant_deploy.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
inputs:
88
deploy_branch:
99
description: 'Specify the sdm branch'
10-
default: 'mt_test_rel_1.3.0'
1110
required: true
1211
cf_space:
1312
description: 'Specify the Cloud Foundry space to deploy to'
@@ -22,7 +21,8 @@ jobs:
2221
- name: Checkout this repository
2322
uses: actions/checkout@v2
2423
with:
25-
ref: ${{ github.event.inputs.deploy_branch }}
24+
# ref: ${{ github.event.inputs.deploy_branch }}
25+
ref: mt_test_rel_1.3.0
2626

2727
- name: Set up JDK 21
2828
uses: actions/setup-java@v3
@@ -34,11 +34,7 @@ jobs:
3434
run: |
3535
echo "branch ...."
3636
git branch
37-
echo "input branch.."
38-
echo "${{ github.event.inputs.deploy_branch }}"
39-
git checkout ${{ github.event.inputs.deploy_branch }}
40-
41-
git branch
37+
mvn clean install -P unit-tests -DskipIntegrationTests
4238
4339
4440
# - name: Setup Node.js

0 commit comments

Comments
 (0)