From d83919d9fb5d13666c5ee7ab1ddd91921070a4c8 Mon Sep 17 00:00:00 2001 From: Romain Boman <r.boman@uliege.be> Date: Thu, 23 Jun 2022 18:38:09 +0200 Subject: [PATCH] and again --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8e87b4..4b68598 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,8 +23,8 @@ send-snapshot: # - pip install gitlab2zenodo - du -kh - git --version - - git lfs init - - git lfs update + - apt update && apt install git-lfs + - git lfs install - git archive --format zip --output pipo.zip HEAD - ls -lh pipo.zip # - g2z-send -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip -- GitLab