mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Fix permissions
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -76,11 +76,12 @@ jobs:
|
||||
|
||||
sudo apt-get -y -qq install parallel
|
||||
cd build/cache/rootfs
|
||||
sudo chown -R $USER:$USER .
|
||||
(for file in $(ls | cut -d. -f1-4 | sort -u); do
|
||||
if [ $(ls $file* | wc -l) -lt 3 ]; then
|
||||
echo "$file"
|
||||
fi
|
||||
done) | parallel --jobs 32 'echo '${PASSPHRASE}' | sudo gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes {}'
|
||||
done) | parallel --jobs 32 'echo '${PASSPHRASE}' | gpg --passphrase-fd 0 --armor --detach-sign --pinentry-mode loopback --batch --yes {}'
|
||||
|
||||
# - name: Install SSH key for storage
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user