Skip to content

Commit

Permalink
Merge pull request #100 from replicatedhq/laverya/fix-pact-ci
Browse files Browse the repository at this point in the history
fix pact CI
  • Loading branch information
laverya authored Mar 2, 2020
2 parents 14df41f + 551ae11 commit 21e7b60
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 21e7b60

Please sign in to comment.