Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
update pact and cassandra to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Mar 2, 2020
1 parent 159fabc commit 51a0aa2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions contracts/Dockerfile.testing
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.13.1
FROM golang:1.13

RUN cd /opt && curl -fsSL https://raw.githubusercontent.com/pact-foundation/pact-ruby-standalone/v1.66.0/install.sh | bash
RUN cd /opt && curl -LO https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.81.0/pact-1.81.0-linux-x86_64.tar.gz && tar xzf pact-1.81.0-linux-x86_64.tar.gz
ENV PATH="/opt/pact/bin:${PATH}"
ENV GO111MODULE=on

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: jaeger-cassandra
labels:
app: cassandra
chart: cassandra-0.14.1
chart: cassandra-0.14.2
release: jaeger
heritage: Tiller
spec:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
name: jaeger-cassandra
labels:
app: cassandra
chart: cassandra-0.14.1
chart: cassandra-0.14.2
release: jaeger
heritage: Tiller
spec:
Expand Down

0 comments on commit 51a0aa2

Please sign in to comment.