Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trstringer committed Feb 4, 2024
1 parent 742ec22 commit c4b6bbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ jobs:
uses: actions/checkout@v4
- name: E2e
run: echo $PATH | tr ":" "\n"
- name: Install dependencies
run: make deps
3 changes: 1 addition & 2 deletions scripts/dependencies.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/bash

echo "Installing ocb..."
curl -L -o "ocb" "https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv0.93.0/ocb_0.93.0_linux_amd64"

curl -L -o ~/.local/bin/ocb "https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv0.93.0/ocb_0.93.0_linux_amd64"

0 comments on commit c4b6bbd

Please sign in to comment.