docker image and volume ls

This commit is contained in:
Sinan Ta 2024-01-15 14:56:29 +01:00
parent 3f36e4b36f
commit 7a61b26fbe

View File

@ -10,6 +10,7 @@ deploy:
variables:
TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID}
script:
- docker image ls
- cat .tmp/hello-world.txt || true
- mkdir -p .tmp
- ls -al /tmp
@ -28,6 +29,8 @@ deploy:
- du -sh `pwd`/.tmp/.gradle/* | sort -h
- mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true
- echo "hello-world" > .tmp/hello-world.txt
- docker image ls
- docker volume ls
artifacts:
reports:
dotenv: version.env