Skip to content
Snippets Groups Projects
Commit f5de14dd authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed make calls

- moved permission fix to docker image
parent 7d1a0f75
No related branches found
No related tags found
No related merge requests found
......@@ -58,11 +58,9 @@ test-job:
- "docker"
script:
- ls -lha /exlibris/
- ROSETTASDK=$ROSETTASDK make --trace -e check_prerequisites
- mkdir -p /var/run/clamav
- chown -R clamav.clamav /var/run/clamav
- ROSETTASDK=$ROSETTASDK make check_prerequisites
- /usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
- ROSETTASDK=$ROSETTASDK make -e test
- ROSETTASDK=$ROSETTASDK make test
packaging-job:
stage: packaging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment