mirror of
https://github.com/mayswind/AriaNg.git
synced 2026-02-08 18:39:28 +08:00
update circle config
This commit is contained in:
@@ -2,6 +2,8 @@ if [ $CI == "true" ] && [ $CIRCLE_BRANCH == "master" ]; then
|
||||
git config --global user.name "CircleCI";
|
||||
git config --global user.email "CircleCI";
|
||||
|
||||
ssh -o StrictHostKeyChecking=no git@github.com
|
||||
|
||||
echo "Publishing daily build...";
|
||||
git clone git@github.com:mayswind/AriaNg-DailyBuild.git $HOME/AriaNg-DailyBuild/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user