We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d58f3a8 + d4bf209 commit d0c9691Copy full SHA for d0c9691
.github/workflows/linux.yml
@@ -81,7 +81,7 @@ jobs:
81
cp -av artifacts/* "${BUILD_DIR}"
82
# create or update linux-deb-latest symlink
83
mkdir -vp /fileserver-downloads/qcom-deb-images
84
- ln -svf "../${BUILD_ID}" /fileserver-downloads/qcom-deb-images/linux-deb-latest
+ ln -fnsv "../${BUILD_ID}" /fileserver-downloads/qcom-deb-images/linux-deb-latest
85
# perhaps help NFS sync
86
sync
87
.github/workflows/u-boot.yml
@@ -86,7 +86,7 @@ jobs:
# remove what used to be a directory and create/update symlink to
# point to latest build
88
rm -rvf u-boot-rb1-latest
89
- ln -svf "../${BUILD_ID}" u-boot-rb1-latest
+ ln -fnsv "../${BUILD_ID}" u-boot-rb1-latest
90
)
91
92
0 commit comments