mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 00:47:06 +08:00
fix ci
This commit is contained in:
parent
465532b3d4
commit
f354dc5798
|
@ -5,20 +5,22 @@ set -ex
|
||||||
# check files
|
# check files
|
||||||
cd /
|
cd /
|
||||||
l
|
l
|
||||||
|
cd ~
|
||||||
|
l
|
||||||
dfs cd
|
dfs cd
|
||||||
l
|
l
|
||||||
pwd
|
pwd
|
||||||
test -f .zshrc2
|
test -f .zshrc2
|
||||||
diff -q ./.ssh/authorized_keys2 ~/.ssh/authorized_keys2
|
diff -q ./.ssh/authorized_keys2 ~/.ssh/authorized_keys2
|
||||||
grep -q ".zshrc2" ~/.zshrc
|
grep -q ".zshrc2" ~/.zshrc
|
||||||
cd ~
|
|
||||||
l
|
|
||||||
|
|
||||||
# check scripts and functions
|
# check scripts and functions
|
||||||
dfs version
|
dfs version
|
||||||
dfs log 1
|
dfs log 1
|
||||||
z ~
|
z ~
|
||||||
|
test ~ -ef "$(pwd)"
|
||||||
dogo
|
dogo
|
||||||
|
dfs cd
|
||||||
tools/common.sh get_os_type
|
tools/common.sh get_os_type
|
||||||
tools/common.sh get_linux_dist
|
tools/common.sh get_linux_dist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user