From 87fe3775c6f575e4123daf4585307a216e02c2cd Mon Sep 17 00:00:00 2001 From: AleaJactaEst Date: Sat, 22 Jun 2019 13:17:00 +0200 Subject: [PATCH] list file (with size) --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 898576c..5ff707f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,6 +29,7 @@ Linux upload artefact 1M: image: debian:jessie script: - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=1M + - ls -lh artifacts: name: "upload-artefact-1M" paths: @@ -43,6 +44,7 @@ Linux upload artefact 10M: image: debian:jessie script: - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=10M + - ls -lh artifacts: name: "upload-artefact-10M" paths: @@ -57,6 +59,7 @@ Linux upload artefact 100M: image: debian:jessie script: - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=100M + - ls -lh artifacts: name: "upload-artefact-100M" paths: @@ -71,6 +74,7 @@ Linux upload artefact 500M: image: debian:jessie script: - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=500M + - ls -lh artifacts: name: "upload-artefact-500M" paths: @@ -86,6 +90,7 @@ Linux upload artefact 1G: script: # Calcul le nombre de cpu désactivé (on ne laisse que 4 au maximum) - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=1G + - ls -lh artifacts: name: "upload-artefact-1G" paths: @@ -100,6 +105,7 @@ Linux upload artefact 10G: image: debian:jessie script: - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=10G + - ls -lh artifacts: name: "upload-artefact-10G" paths: @@ -114,6 +120,7 @@ Linux upload artefact 100G: image: debian:jessie script: - dd if=/dev/zero of=empty_artefacts.img bs=1 count=0 seek=100G + - ls -lh artifacts: name: "upload-artefact-100G" paths: