From 7427dd8b2a1d23761a1be4f4c91a7dbb4f6c3639 Mon Sep 17 00:00:00 2001 From: Romain Boman <r.boman@uliege.be> Date: Thu, 23 Jun 2022 18:09:37 +0200 Subject: [PATCH] test again --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3ef99c0..ba5255a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,10 +21,10 @@ send-snapshot: # - cd .. # - rm -rf gitlab2zenodo # - pip install gitlab2zenodo - - du -k + - du -kh - git --version - - git archive --format zip --output ${CI_COMMIT_TAG#v}.zip ${CI_COMMIT_TAG} - - ls -alF ${CI_COMMIT_TAG#v}.zip + # - git archive --format zip --output pipo.zip ${CI_COMMIT_TAG} + - ls -alF pipo.zip # - g2z-send -s -m .zenodo.json ${CI_COMMIT_TAG#v}.zip # only: # - tags -- GitLab