ci: prebuild needs rsync.

This commit is contained in:
Alexandre Pujol 2023-04-19 19:37:20 +01:00
parent a7014e6ee9
commit 991d692a0d
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -45,6 +45,7 @@ tests:
image: golang image: golang
coverage: '/Coverage: \d+.\d+/' coverage: '/Coverage: \d+.\d+/'
script: script:
- apt update && apt install -y rsync
- cp tests/journalctl /usr/bin/journalctl - cp tests/journalctl /usr/bin/journalctl
- chmod 755 /usr/bin/journalctl - chmod 755 /usr/bin/journalctl
- mkdir -p /var/log/audit/ - mkdir -p /var/log/audit/