update ci

This commit is contained in:
Dict Xiong 2022-11-12 17:43:13 +08:00
parent 1e34413b1c
commit a02f9b8ae8

View File

@ -34,6 +34,14 @@ dfs version
test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commit-id` test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commit-id`
# clean # clean
dfs cd
git reset --hard $DFS_VERSION git reset --hard $DFS_VERSION
# then check install.sh
./install.sh -l
dfs version
test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commit-id`
# clean
git reset --hard $DFS_VERSION
set +x set +x