File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,6 @@ RUN yum install -y make git
5
5
ENV GOPATH /go
6
6
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
7
7
8
- # install helm for templating - used in verification tests
9
- RUN curl -LO https://storage.googleapis.com/kubernetes-helm/helm-v2.13.1-linux-amd64.tar.gz && \
10
- tar -zxvf helm-v2.13.1-linux-amd64.tar.gz && \
11
- mv linux-amd64/helm /usr/local/bin/helm
12
-
13
8
WORKDIR /go/src/github.com/operator-framework/operator-lifecycle-manager
14
9
15
10
# copy just enough of the git repo to parse HEAD, used to record version in OLM binaries
Original file line number Diff line number Diff line change @@ -162,8 +162,11 @@ verify-codegen: codegen
162
162
# this is here for backwards compatibility with the ci job that calls verify-catalog
163
163
verify-catalog :
164
164
165
- verify-manifests : ver= $( shell cat OLM_VERSION)
165
+ # this is here for backwards compatibility with the ci job that calls verify-manifests
166
166
verify-manifests :
167
+
168
+ verify-release : ver=$(shell cat OLM_VERSION)
169
+ verify-release :
167
170
rm -rf manifests
168
171
mkdir manifests
169
172
./scripts/package_release.sh $(ver ) manifests deploy/ocp/values.yaml
You can’t perform that action at this time.
0 commit comments