Skip to content

Commit

Permalink
Make upload to LFS a single task
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Feb 11, 2025
1 parent 991384b commit e7579be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/upload-signed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
for layer in $(ls -1t | grep -v 'manifest.json\|version'); do
if [ $layer == "opt" ]; then
#tar -xvf "$layer" -C /tmp/image-rootfs
cp -r $layer/drivers/ $(workspaces.drivers-dir.path)/
cp -r /$layer/drivers/ $(workspaces.drivers-dir.path)/
fi
done
Expand Down

0 comments on commit e7579be

Please sign in to comment.