Skip to content
Snippets Groups Projects
Commit 6a19812d authored by Alexander Pace's avatar Alexander Pace Committed by Patrick Godwin
Browse files

Update .gitlab-ci.Dockerfile.e7-testing: skip installation of *calibration* rpm's

parent 4216f236
No related branches found
No related tags found
1 merge request!25python3 port
......@@ -15,8 +15,10 @@ USER root
COPY rpms /rpms
# Install Optimized RPMs, delete old RPMs
RUN yum makecache && \
yum -y localinstall /rpms/*.rpm
RUN GLOBIGNORE="*calibration*" && \
yum makecache && \
yum -y localinstall /rpms/*.rpm && \
unset GLOBIGNORE
# Update gstreamer registry cache:
ENV GST_REGISTRY_1_0=/usr/share/gstreamer-1.0/.registry.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment