Skip to content

Commit 01378cc

Browse files
Remove tilt
1 parent fe8de4e commit 01378cc

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/nr-k8s-otel-e2e.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
# default driver doesn't support 'eval $$(minikube docker-env)'.
2525
driver: docker
2626
github token: ${{ secrets.GITHUB_TOKEN }}
27-
- uses: actions/setup-go@v5
28-
with:
29-
go-version-file: 'go.mod'
30-
- name: Install Tilt
31-
run: |
32-
curl -fsSL https://github.com/tilt-dev/tilt/releases/download/v0.34.5/tilt.0.34.5.linux.x86_64.tar.gz | tar -xzv tilt && sudo mv tilt /usr/local/bin/tilt
3327
- name: Run e2e-test
3428
env:
3529
SECRET_AVAILABLE: ${{ secrets.K8S_AGENTS_E2E_ACCOUNT_ID }}

0 commit comments

Comments
 (0)