Skip to content

Commit af41598

Browse files
committed
Merge branch 'main' into dev/connection-impl
2 parents 2c4bcb2 + 2045174 commit af41598

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/ci-build-publish.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ jobs:
211211
echo "::warning::CJSCPPUID is null or not set"
212212
fi
213213
214-
if [ "${{ inputs.is_publish }}" == "true" ]; then
215214
echo "Publishing artefact for version: $ARTEFACT_VERSION"
216215
217216
gradle publish \
@@ -224,20 +223,6 @@ jobs:
224223
-DCASE_MAPPER_SERVICE_URL=$CASE_MAPPER_SERVICE_URL \
225224
-DCOURT_SCHEDULE_CLIENT_URL=$COURT_SCHEDULE_CLIENT_URL \
226225
-DCJSCPPUID=$CJSCPPUID
227-
fi
228-
229-
- name: Extract repo name
230-
id: repo_vars
231-
run: |
232-
repo_name=${GITHUB_REPOSITORY##*/}
233-
echo "repo_name=${repo_name}" >> $GITHUB_OUTPUT
234-
echo "artefact_name=${repo_name}-${{ needs.Artefact-Version.outputs.artefact_version }}" >> $GITHUB_OUTPUT
235-
236-
- name: Upload JAR Artefact
237-
uses: actions/upload-artifact@v4
238-
with:
239-
name: app.jar
240-
path: build/libs/${{ steps.repo_vars.outputs.artefact_name }}.jar
241226
242227
Build-Docker:
243228
needs: [ Provider-Deploy, Build, Artefact-Version ]

0 commit comments

Comments
 (0)