Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
cp -av artifacts/* "${BUILD_DIR}"
# create or update linux-deb-latest symlink
mkdir -vp /fileserver-downloads/qcom-deb-images
ln -svf "../${BUILD_ID}" /fileserver-downloads/qcom-deb-images/linux-deb-latest
ln -fnsv "../${BUILD_ID}" /fileserver-downloads/qcom-deb-images/linux-deb-latest
# perhaps help NFS sync
sync

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/u-boot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
# remove what used to be a directory and create/update symlink to
# point to latest build
rm -rvf u-boot-rb1-latest
ln -svf "../${BUILD_ID}" u-boot-rb1-latest
ln -fnsv "../${BUILD_ID}" u-boot-rb1-latest
)
# perhaps help NFS sync
sync
Expand Down
Loading