|
|
@@ -26,9 +26,6 @@ jobs:
|
|
|
sudo add-apt-repository ppa:xmake-io/xmake -y
|
|
|
sudo apt install xmake -y
|
|
|
- name: clone 105
|
|
|
- env:
|
|
|
- gitee_u: ${{ secrets.GITEE_U }}
|
|
|
- gitee_p: ${{ secrets.GITEE_P }}
|
|
|
run: |
|
|
|
sudo sh -c "curl https://raw.githubusercontent.com/kadwanev/retry/master/retry -o /usr/local/bin/retry && chmod +x /usr/local/bin/retry"
|
|
|
cd ..
|
|
|
@@ -37,8 +34,8 @@ jobs:
|
|
|
git config --global credential.helper store
|
|
|
git config --global user.email 'bot@luatos.com'
|
|
|
git config --global user.name 'robot'
|
|
|
- git remote set-url origin https://${gitee_u}:${gitee_p}@gitee.com/openLuat/luatos-soc-air105
|
|
|
- retry 'git push --all origin'
|
|
|
+ git remote set-url origin https://gitee.com/openLuat/luatos-soc-air105
|
|
|
+ retry 'git pull origin'
|
|
|
- name: make
|
|
|
run: |
|
|
|
cd ../air105
|