Skip to content

Commit

Permalink
Merge pull request #35 from ika-rwth-aachen/fix-industrial-ci-zenoh
Browse files Browse the repository at this point in the history
  • Loading branch information
lreiher authored Oct 26, 2024
2 parents 4921850 + 6519f2a commit 19155d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitlab-ci/docker-ros.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ run-arm64:
fi
- git clone --branch master --depth 1 https://github.com/ros-industrial/industrial_ci.git .industrial_ci
- test -f ${BUILD_CONTEXT}/.repos || echo "repositories:" > ${BUILD_CONTEXT}/.repos
- |-
if [ "$RMW_IMPLEMENTATION" = "rmw_zenoh_cpp" ]; then
export UNDERLAY="/opt/ws_rmw_zenoh/install"
fi
script: .industrial_ci/gitlab.sh

Test dev-amd64:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ runs:
UPSTREAM_WORKSPACE: ${{ inputs.build-context }}/.repos
TARGET_WORKSPACE: ${{ inputs.build-context }}
ADDITIONAL_DEBS: git
AFTER_INIT_EMBED: '[[ -n ${{ inputs.git-https-server }} ]] && git config --global url.https://${{ inputs.git-https-user }}:${{ inputs.git-https-password }}@${{ inputs.git-https-server }}.insteadOf https://${{ inputs.git-https-server }}'
AFTER_INIT_EMBED: '[[ "$RMW_IMPLEMENTATION" == "rmw_zenoh_cpp" ]] && export UNDERLAY="/opt/ws_rmw_zenoh/install" ; [[ -n ${{ inputs.git-https-server }} ]] && git config --global url.https://${{ inputs.git-https-user }}:${{ inputs.git-https-password }}@${{ inputs.git-https-server }}.insteadOf https://${{ inputs.git-https-server }}'
SSH_PRIVATE_KEY: ${{ inputs.git-ssh-private-key }}
SSH_SERVER_HOSTKEYS: ${{ inputs.git-ssh-known-host-keys }}
DOCKER_RUN_OPTS: -u root:root
Expand Down

0 comments on commit 19155d4

Please sign in to comment.