remote git clone depth. (#1)

pull/199/head
benjamin-robertson 2024-12-17 16:09:53 +11:00 committed by GitHub
parent 9bb03eab0a
commit efeee3cbe9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ EOF
RUN rm -rf /srv/misp-modules
RUN <<-EOF
git clone --depth 1 https://github.com/stricaud/faup.git /srv/faup
git clone https://github.com/stricaud/faup.git /srv/faup
cd /srv/faup
if [ ! -z ${LIBFAUP_COMMIT} ]; then
git checkout ${LIBFAUP_COMMIT}