Skip to content

Commit f2a3053

Browse files
authored
chore: remove pom extraction and overwrite steps (#115)
PR: #115
1 parent 37338d6 commit f2a3053

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/run-examples.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,6 @@ jobs:
5555
with:
5656
java-version: ${{ inputs.jdk }}
5757
distribution: ${{ inputs.distribution }}
58-
- name: Extract POM from JAR
59-
if: ${{ inputs.sdk_generation_workflow_run_id != '' }}
60-
working-directory: examples
61-
run: unzip -o jar/original-rapid-sdk-${{ inputs.sdk_version }}.jar -d jar/extracted
62-
- name: Overwrite SDK POM file
63-
if: ${{ inputs.sdk_generation_workflow_run_id != '' }}
64-
working-directory: examples
65-
run: mv jar/extracted/META-INF/maven/com.expediagroup/rapid-sdk/pom.xml sdk/pom.xml
6658
- name: Install SDK into local repository
6759
if: ${{ inputs.sdk_generation_workflow_run_id != '' }}
6860
working-directory: examples/sdk

0 commit comments

Comments
 (0)