.gitlab-ci.yml: print build environment at end of log

This commit is contained in:
Andreas Schildbach 2023-03-25 21:03:43 +01:00
parent 26e5500ae8
commit 1753bc4ea7

View file

@ -1,6 +1,9 @@
before_script:
- apt-get update
after_script:
- gradle --version
bullseye-jdk11:
image: debian:bullseye-slim
script: