Skip to content

Commit 8c97f31

Browse files
authored
Merge pull request #179 from IABTechLab/gdm-UID2-5565-salts-etl
Fixed pushd and cat pom.xml ordering for publishing Java
2 parents ab8fbd9 + d1865bf commit 8c97f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/shared-publish-java-to-docker-versioned.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ jobs:
123123
- name: Package JAR
124124
id: package
125125
run: |
126-
cat pom.xml
127126
pushd ${{ inputs.working_dir }}
127+
cat pom.xml
128128
if [[ "${{ inputs.skip_tests }}" == "false" ]]; then
129129
mvn -B package -P default
130130
else

0 commit comments

Comments
 (0)