add build.built-by to gitlab override.properties and Dockerfile

This commit is contained in:
idk
2023-01-27 21:30:15 +00:00
parent 3831348301
commit fd68634993
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ test:ant:
- echo junit.home=/usr/share/java >> override.properties
- echo hamcrest.home=/usr/share/java >> override.properties
- echo mockito.home=/usr/share/java >> override.properties
- echo build.built-by=GitHub Actions >> override.properties
script:
- ant test
only: