Skip to content
Snippets Groups Projects
Commit b071b4d6 authored by Sébastien Heurtematte's avatar Sébastien Heurtematte :speech_balloon:
Browse files
parent 71041d4d
No related branches found
No related tags found
No related merge requests found
...@@ -131,9 +131,11 @@ ...@@ -131,9 +131,11 @@
- test -n "$CI_ONIRO_RUNNER_PERSISTENT_STORAGE" || ( - test -n "$CI_ONIRO_RUNNER_PERSISTENT_STORAGE" || (
echo "precondition failed - CI_ONIRO_RUNNER_PERSISTENT_STORAGE is not set" echo "precondition failed - CI_ONIRO_RUNNER_PERSISTENT_STORAGE is not set"
&& exit 1 ) && exit 1 )
- test -w "$CI_ONIRO_RUNNER_PERSISTENT_STORAGE/$CI_ONIRO_BUILD_CACHE/bitbake" || ( - |
echo "precondition failed - expected $CI_ONIRO_RUNNER_PERSISTENT_STORAGE/$CI_ONIRO_BUILD_CACHE/bitbake to be writable" mkdir -p $CI_ONIRO_RUNNER_PERSISTENT_STORAGE/pub/bitbake
&& exit 1 ) mkdir -p $CI_ONIRO_RUNNER_PERSISTENT_STORAGE/private/bitbake
chmod 775 $CI_ONIRO_RUNNER_PERSISTENT_STORAGE/{private,pub}
chmod 775 $CI_ONIRO_RUNNER_PERSISTENT_STORAGE/{private,pub}/bitbake
# Log available disk space on the persistent shared disk. # Log available disk space on the persistent shared disk.
- df -h "$CI_ONIRO_RUNNER_PERSISTENT_STORAGE/$CI_ONIRO_BUILD_CACHE/bitbake" - df -h "$CI_ONIRO_RUNNER_PERSISTENT_STORAGE/$CI_ONIRO_BUILD_CACHE/bitbake"
- !reference [.workspace, before_script] - !reference [.workspace, before_script]
......
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