Skip to content

Commit

Permalink
Use correct path for RTI license
Browse files Browse the repository at this point in the history
  • Loading branch information
asorbini committed Apr 18, 2024
1 parent 7616ed2 commit 4b9954f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_deb_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
base_image=ghcr.io/mentalsmash/uno-ci-base-tester:${deb_builder_tag}
;;
false)
rti_license_file=${{ github.workspace }}/src/uno-ci/resource/rti/rti_license.dat
rti_license_file=${{ github.workspace }}/src/uno-ci/docker/base-tester/resource/rti/rti_license.dat
base_image=${{ inputs.base-tag }}
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if: inputs.install-rti-license
run: |
. venv/bin/activate
RTI_LICENSE_FILE=src/uno-ci/resource/rti/rti_license.dat \
RTI_LICENSE_FILE=src/uno-ci/docker/base-tester/resource/rti/rti_license.dat \
UNO_IMAGE=${{inputs.tag}} \
PLATFORM=${{inputs.platform}} \
FORCE_PULL=yes \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_release_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
env:
IN_DOCKER: y
FIX_DIR: ${{ github.workspace }}
RTI_LICENSE_FILE: ${{ github.workspace }}/src/uno-ci/resource/rti/rti_license.dat
RTI_LICENSE_FILE: ${{ github.workspace }}/src/uno-ci/docker/base-tester/resource/rti/rti_license.dat
TEST_DATE: ${{ needs.config.outputs.TEST_DATE }}
TEST_IMAGE: ${{ needs.config.outputs.TEST_IMAGE }}
TEST_RELEASE: y
Expand Down

0 comments on commit 4b9954f

Please sign in to comment.