Error in the Daily BlueBuild Job on the Files Module
The scheduled bluebuild job that came with the template, starting failing on the files module on July 1. It looks to be because of a missing directory. Is this a Module error or my configuration?
Job Error
[06:23:15 g.i/c/cit-os:latest] => #44 0.093 ============================= Start 'files' Module =============================
[06:23:15 g.i/c/cit-os:latest] => #44 0.103 /tmp/modules/files/files.sh: line 15: cd: /tmp/config/files: No such file or directory
[06:23:15 g.i/c/cit-os:latest] => #44 0.105 ============================ Failed 'files' Module ============================
[06:23:15 g.i/c/cit-os:latest] => #44 ERROR: process "/bin/sh -c /tmp/scripts/run_module.sh 'files' '{"type":"files","files":[{"source":"LockScreenUi.qml","destination":"/usr/share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/"}]}'" did not complete successfully: exit code: 1
[06:23:15 g.i/c/cit-os:latest] => ------
Cut
[06:23:15 g.i/c/cit-os:latest] => 0.093 ============================= Start 'files' Module =============================
[06:23:15 g.i/c/cit-os:latest] => 0.103 /tmp/modules/files/files.sh: line 15: cd: /tmp/config/files: No such file or directory
[06:23:15 g.i/c/cit-os:latest] => 0.105 ============================ Failed 'files' Module ============================
The Files part of my config
.........
modules:
- type: files
files:
# - source: PearDark/* #If needed to redeploy PearCursors
# destination: /var/home/.icons
- source: LockScreenUi.qml #ScreenLock test
destination: /usr/share/plasma/shells/org.kde.plasma.desktop/contents/lockscreen/
- type: dnf
.........9 Replies
do you have ./files on your repo?
something like that

Yes I do
Like your screenshot it is not in a config folder
can you check the bluebuild version in your .github/workflows/build.yml:
this part
GitHub
GitHub - CITWil/wil-os
Contribute to CITWil/wil-os development by creating an account on GitHub.
Solution
That's a bug, let me see if I can fix it real quick
Thanks, it is fine if it cannot be real quick
By real quick I mean today, I've still got work
Got a build running to make sure I didn't break anything
That time line works for me thanks @Luke Skywunker