This commit is contained in:
xiongdian.me 2023-01-06 15:05:02 +08:00
parent 25a74c15b4
commit f879ca6bd0

View File

@ -43,10 +43,11 @@ test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commi
git reset --hard $DFS_VERSION
# then check install.sh
./install.sh -dx DFS_CI=1
grep -q "DFS_CI=1" ~/.config/dotfiles/env
./install.sh -l -x DFS_CI=1
dfs version
test `git rev-parse HEAD` = `curl -fsSL https://api.beardic.cn/get-var/dfs-commit-id`
grep -q "DFS_CI=1" ~/.config/dotfiles/env
# clean
git reset --hard $DFS_VERSION