Skip to content

Commit a9c29d9

Browse files
committed
fix: artifactory version on release
1 parent 20466f4 commit a9c29d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ jobs:
435435
- name: Download binaries
436436
run: |
437437
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
439439
440440
- name: Upload Windows binaries as workflow artifacts
441441
uses: actions/upload-artifact@v4
@@ -560,6 +560,7 @@ jobs:
560560
build-linux-container:
561561
name: Building Geometry Service - Linux
562562
runs-on: ubuntu-latest
563+
continue-on-error: true
563564
needs: [fetch-release-artifacts]
564565
steps:
565566
- name: Checkout repository

0 commit comments

Comments
 (0)