Update periodic testing script
This commit is contained in:
parent
d8770ed590
commit
acc3ee9205
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ exec 2>&1
|
||||||
cd ~/tint2
|
cd ~/tint2
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git pull
|
git pull
|
||||||
last=$(cat .last-reg-test)
|
last=$(cat .last-reg-test || true)
|
||||||
curr=$(git rev-parse --verify HEAD)
|
curr=$(git rev-parse --verify HEAD)
|
||||||
[ "$last" == "$curr" ] && exit 0
|
[ "$last" == "$curr" ] && exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue