Skip to content

Commit

Permalink
missing shell
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Oct 16, 2024
1 parent 222225c commit dc2cb35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions telemetry-traceparent/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,15 @@ runs:
# https://github.com/rapidsai/gha-tools/commit/8bd8fca71b5fae38b1493c547d15e73da40b32e1#diff-f1f054b2906bfd36ad706ed2fa6aa028fa529e65b25167e4ca7ca45546d59ed8R14
# is available. The PR is merged, but at time of writing, no ci-imgs builds have been released to pick it up.
- name: Download gha-tools with git clone
shell: bash
run: |
if [[ $(type rapids-get-telemetry-traceparent >/dev/null 2>&1) -eq 0 ]]
git clone https://github.com/msarahan/gha-tools.git -b add-telemetry-traceparent-scripts /tmp/gha-tools
echo "/tmp/gha-tools/tools" >> "${GITHUB_PATH}"
fi
- name: Write certificate files for mTLS
shell: bash
run: |
mkdir -p /tmp/certs
cat << EOF > ${{env.OTEL_EXPORTER_OTLP_CERTIFICATE}}
Expand Down

0 comments on commit dc2cb35

Please sign in to comment.