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: ...@@ -58,11 +58,9 @@ test-job:
- "docker" - "docker"
script: script:
- ls -lha /exlibris/ - ls -lha /exlibris/
- ROSETTASDK=$ROSETTASDK make --trace -e check_prerequisites - ROSETTASDK=$ROSETTASDK make check_prerequisites
- mkdir -p /var/run/clamav
- chown -R clamav.clamav /var/run/clamav
- /usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log - /usr/sbin/clamd --debug || cat /var/log/clamav/clamav.log
- ROSETTASDK=$ROSETTASDK make -e test - ROSETTASDK=$ROSETTASDK make test
packaging-job: packaging-job:
stage: packaging stage: packaging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment