Skip to content

Commit

Permalink
🔧 添加 ins_selenium 任务
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreo authored and Oreo committed Dec 2, 2021
1 parent 775678b commit e7275e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions dailycheckin.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@
},
"running": true
},
{
"name": "ins_selenium",
"type": "cron",
"time": "32 16 * * *",
"job": {
"type": "exec",
"target": "chmod +x ins_selenium.sh && bash ins_selenium.sh -cwd script/Shell/checkinpanel -timeout 0"
},
"running": true
},
{
"name": "JS-JS",
"type": "schedule",
Expand Down
2 changes: 1 addition & 1 deletion utils_ver.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import requests

__version__ = "20211202-4-100"
__version__ = "20211202-4-101"
ONLINE_VERSION = ""
ver_re = re.compile("__version__ = .(\\d+-\\d+-...).")

Expand Down

0 comments on commit e7275e5

Please sign in to comment.