Skip to content

Commit

Permalink
gitpod fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maeddes committed Jul 30, 2024
1 parent ef98a7f commit be770d5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
image: maeddes/gitpod:full
workspaceLocation: '/workspace/opentelemetry-training/exercises'

init:
tasks:
- name: Set environment variable
command: eval $(gp env -e EXERCISES=/workspace/opentelemetry-training/exercises)

tasks:
- name: Add Python Otel libs
command: pip3 install requests flask Faker opentelemetry-api opentelemetry-sdk opentelemetry-exporter-prometheus opentelemetry-exporter-otlp

Expand Down

0 comments on commit be770d5

Please sign in to comment.