refs #809 try to invalidate docker cache at a specific point

lgromero-tests
Natalia Serrano 2024-10-24 12:13:26 +02:00
parent c1a9ff29b7
commit 1f695da3e4
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ ARG OPENGNSYS_BRANCH=main
## take stuff from the OG repo: a) cloning engine, b) shared stuff and c) gitrelease
RUN git clone -c http.sslVerify=false --branch ${OPENGNSYS_BRANCH} https://ognproject.evlt.uma.es/gitea/opengnsys/opengnsys.git /tmp/ogrepo && \
git --git-dir /tmp/ogrepo/.git rev-parse ${OPENGNSYS_BRANCH} && \
git --git-dir /tmp/ogrepo/.git rev-parse HEAD && \
mv /tmp/ogrepo/client/engine /tmp/ogrepo/client/shared /tmp/opengnsys/ && \
git --git-dir /tmp/ogrepo/.git log --date format:r%Y%m%d --format=%ad -1 >/tmp/opengnsys/oglive_builder/gitrelease && \
rm -rf /tmp/ogrepo/