UNCLASSIFIED

Commit 38205e0b authored by Scott Stroud's avatar Scott Stroud
Browse files

meh

parent fd76407e
Pipeline #395722 failed with stages
in 2 minutes and 19 seconds
......@@ -12,7 +12,7 @@ RUN mkdir -p /tmp/untar
COPY cp-operator-service_0.419.15_Opt.tar.gz /tmp/untar
RUN cd /tmp/untar && tar -xvf cp-operator-service_0.419.15_Opt.tar.gz && rm cp-operator-service-0.419.10_opt.tar.gz && \
RUN cd /tmp/untar && tar -xvf cp-operator-service*_Opt.tar.gz && rm cp-operator-service*_Opt.tar.gz && \
mv manager /opt/ && mv config /opt/ && cd /opt && rm -Rf /tmp/untar && \
chown -R root:root /opt/manager /opt/config && chmod -R ag+rw /opt /opt/config/crds /opt/manager
......
......@@ -32,7 +32,7 @@ labels:
# List of resources to make available to the offline build context
resources:
- filename: cp-operator-service_0.419.15_opt.tar.gz
- filename: cp-operator-service_0.419.15_Opt.tar.gz
url: https://ironbank-files.s3.amazonaws.com/cp-operator-service_0.419.15_Opt.tar.gz
validation:
type: sha256
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment