From 5f881d8ecda89e72c41bd26fdcb720b77e1e754d Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Mon, 15 Jan 2024 15:02:37 +0100 Subject: [PATCH] docker stats --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8d14518..ab71ae0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ deploy: variables: TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID} script: - - docker image ls + - docker stats - cat .tmp/hello-world.txt || true - mkdir -p .tmp - ls -al /tmp