remote git clone depth. (#1) (#199)

pull/204/head
benjamin-robertson 2024-12-18 22:40:00 +11:00 committed by GitHub
parent 9bb03eab0a
commit f12a1fd2ab
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}