File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments