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.
1 parent 75e79a3 commit b745272Copy full SHA for b745272
.github/workflows/linux.yml
@@ -77,17 +77,9 @@ jobs:
77
export BUILD_DIR="/fileserver-downloads/${BUILD_ID}"
78
mkdir -vp "${BUILD_DIR}"
79
cp -av artifacts/* "${BUILD_DIR}"
80
-
81
# create or update linux-deb-latest symlink
82
mkdir -vp /fileserver-downloads/qcom-deb-images
83
- (
84
- cd /fileserver-downloads/qcom-deb-images
85
- # remove what used to be a directory and create/update symlink to
86
- # point to latest build
87
- rm -rvf linux-latest
88
- rm -rvf linux-deb-latest
89
- ln -svf "../${BUILD_ID}" linux-deb-latest
90
- )
+ ln -svf "../${BUILD_ID}" /fileserver-downloads/qcom-deb-images/linux-deb-latest
91
# perhaps help NFS sync
92
sync
93
0 commit comments