Skip to content
Snippets Groups Projects
Commit 062ab92f authored by Griefed's avatar Griefed :joystick:
Browse files

The problem was the runner not receiving the tmp directory from host. Me really stooopid am

parent adef164b
No related branches found
No related tags found
No related merge requests found
...@@ -202,8 +202,6 @@ Check Packages:on-schedule: ...@@ -202,8 +202,6 @@ Check Packages:on-schedule:
sort -o /tmp/package_versions_old.txt /tmp/package_versions_old.txt && \ sort -o /tmp/package_versions_old.txt /tmp/package_versions_old.txt && \
chmod 777 /tmp/package_versions_old.txt' && \ chmod 777 /tmp/package_versions_old.txt' && \
ls -ahl /tmp && \
# Get checksum of old packages # Get checksum of old packages
OLD_CHECKSUM=$(md5sum /tmp/package_versions_old.txt | cut -f1 -d" ") && \ OLD_CHECKSUM=$(md5sum /tmp/package_versions_old.txt | cut -f1 -d" ") && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment