File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -435,7 +435,7 @@ jobs:
435
435
- name : Download binaries
436
436
run : |
437
437
curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/${{ env.ARTIFACTORY_VERSION }}/DockerWindows.zip --output windows-binaries.zip
438
- curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/v242 /DockerLinux.zip --output linux-binaries.zip
438
+ curl.exe -X GET -H "X-JFrog-Art-Api: ${{ secrets.ARTIFACTORY_KEY }}" ${{ secrets.ARTIFACTORY_URL }}/${{ env.ARTIFACTORY_VERSION }} /DockerLinux.zip --output linux-binaries.zip
439
439
440
440
- name : Upload Windows binaries as workflow artifacts
441
441
uses : actions/upload-artifact@v4
@@ -560,6 +560,7 @@ jobs:
560
560
build-linux-container :
561
561
name : Building Geometry Service - Linux
562
562
runs-on : ubuntu-latest
563
+ continue-on-error : true
563
564
needs : [fetch-release-artifacts]
564
565
steps :
565
566
- name : Checkout repository
You can’t perform that action at this time.
0 commit comments