fix: CRW-2137 since DEV_WORKSPACE_CHE_OPERATOR_VERSION has been removed from dockerfile, and we're not unpacking asset-devworkspace-che-operator.zip anymore, should ALSO stop fetching unused zipball for DWCO (#1031)

Change-Id: Icbb14dbf630724f752ad81494a6747a39097a5cf
Signed-off-by: nickboldt <nboldt@redhat.com>
pull/1033/head
Nick Boldt 2021-08-25 08:02:01 -04:00 committed by GitHub
parent a22de9f855
commit 5cbbd327b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ RUN mkdir -p $GOPATH/restic && \
curl -sSLo- https://api.github.com/repos/restic/restic/tarball/${RESTIC_TAG} | tar --strip-components=1 -xz -C $GOPATH/restic && \
cd $GOPATH/restic && go mod vendor && \
curl -sSLo /tmp/asset-devworkspace-operator.zip https://api.github.com/repos/devfile/devworkspace-operator/zipball/${DEV_WORKSPACE_CONTROLLER_VERSION} && \
curl -sSLo /tmp/asset-devworkspace-che-operator.zip https://api.github.com/repos/che-incubator/devworkspace-che-operator/zipball/${DEV_WORKSPACE_CHE_OPERATOR_VERSION} && \
curl -sSLo /tmp/asset-header-rewrite-traefik-plugin.zip https://api.github.com/repos/che-incubator/header-rewrite-traefik-plugin/zipball/${DEV_HEADER_REWRITE_TRAEFIK_PLUGIN}
WORKDIR /che-operator