Skip to content

Commit

Permalink
ci: stop installing ginkgo cli as it is unnecessary for ginkgo/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
abg authored and ramonskie committed May 9, 2023
1 parent 8a26bab commit 33cd236
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ci/dockerfiles/deployment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,5 @@ RUN curl https://bootstrap.pypa.io/get-pip.py | python3
RUN pip install yq
RUN pip install -U awscli

# Install ginkgo
RUN go install github.com/onsi/ginkgo/ginkgo@v1

RUN chown -R testuser:testuser /usr/local/go/pkg
RUN chown -R testuser:testuser /go

0 comments on commit 33cd236

Please sign in to comment.