dailycheckin/docker/default_task.sh
2020-12-12 18:56:28 +08:00

6 lines
173 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
set -e
echo "定时任务更新代码git 拉取最新代码,并安装更新依赖..."
git -C /dailycheckin pull
pip install -r /dailycheckin/requirements.txt