Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #17 from johanneswuerbach/jaeger-test-main
Browse files Browse the repository at this point in the history
chore: revert to jaeger main for e2e tests
  • Loading branch information
johanneswuerbach authored Feb 21, 2022
2 parents ed4875d + 42b095b commit 2311752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ FROM code AS test

FROM base AS jaeger-grpc-integration
ARG GOARCH=amd64
RUN git clone --depth=1 --single-branch --branch=no-future https://github.com/johanneswuerbach/jaeger.git /jaeger
RUN git clone --depth=1 --single-branch --branch=main https://github.com/jaegertracing/jaeger.git /jaeger
WORKDIR /jaeger
COPY --from=build /src/s3-plugin /go/bin

Expand Down

0 comments on commit 2311752

Please sign in to comment.