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

This commit is contained in:
Andreas Schildbach 2023-03-29 14:38:14 +02:00
parent dfa7139198
commit a06ed88ae4

View file

@ -6,6 +6,9 @@ before_script:
- apt-get -y install ${JDK_PACKAGE}
- apt-get -y install gradle
after_script:
- gradle --version
build:
parallel:
matrix: