Skip to content

Commit

Permalink
fix pact CI
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Mar 2, 2020
1 parent 14df41f commit 551ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/Dockerfile.testing
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.12

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}"

WORKDIR /go/src/github.com/replicatedhq/replicated

0 comments on commit 551ae11

Please sign in to comment.