Skip to content

Commit 239c367

Browse files
Update multi_tenant_deploy.yml
1 parent 280e446 commit 239c367

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/multi_tenant_deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,12 @@ jobs:
3434
run: |
3535
echo "branch ...."
3636
git branch
37-
mvn clean install -P unit-tests -DskipIntegrationTests
37+
echo "input branch.."
38+
echo "${{ github.event.inputs.deploy_branch }}"
39+
git checkout ${{ github.event.inputs.deploy_branch }}
40+
41+
git branch
42+
3843
3944
# - name: Setup Node.js
4045
# uses: actions/setup-node@v3

0 commit comments

Comments
 (0)