Skip to content
Snippets Groups Projects
Commit e3ba2213 authored by Timo Millenaar's avatar Timo Millenaar
Browse files

Merge branch 'fix_everybeam_version' into 'master'

Remove branch specification in docker file that was used for testing

See merge request !23
parents 826b7d57 75d6a0e4
No related branches found
No related tags found
1 merge request!23Remove branch specification in docker file that was used for testing
Pipeline #105290 failed
...@@ -127,7 +127,7 @@ apt-get install --yes casacore-data \ ...@@ -127,7 +127,7 @@ apt-get install --yes casacore-data \
COPY --from=builder /usr/local /usr/local COPY --from=builder /usr/local /usr/local
RUN git clone https://git.astron.nl/ldv/ldv-images.git /opt/ldv-images RUN git clone https://git.astron.nl/ldv/ldv-images.git /opt/ldv-images
RUN git clone -b export_median_dataloss https://git.astron.nl/ldv/lofar_quality.git /opt/lofar_quality && \ RUN git clone https://git.astron.nl/ldv/lofar_quality.git /opt/lofar_quality && \
python3 -m pip install /opt/lofar_quality python3 -m pip install /opt/lofar_quality
RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixbeaminfo RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixbeaminfo
RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixinfo RUN ln -sf /opt/ldv-images/lofar_legacy/scripts/fixbeaminfo /usr/local/bin/fixinfo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment