👷 Update CI build system.

This commit is contained in:
Xtao_dada 2022-02-26 03:52:12 +00:00
parent f25d8cdf90
commit f2588a065a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/with-contenv bash
cd /pagermaid/workdir
git remote set-url origin https://github.com/Xtao-Labs/PagerMaid-Modify.git
git remote set-url origin https://gitlab.com/Xtao-Labs/pagermaid-modify.git
git pull
pip install -r requirements.txt

View File

@ -22,7 +22,7 @@ bash docker.sh
1. 准备脚本
```
git clone https://github.com/Xtao-Labs/PagerMaid-Modify pagermaid
git clone https://gitlab.com/Xtao-Labs/pagermaid-modify.git pagermaid
cd pagermaid
cp docker-compose.gen.yml docker-compose.yml
```