Compare commits

...

10 Commits

Author SHA1 Message Date
gilesb 67bf6a08ad rebase31
build-develop-branch / build-branch (push) Successful in 35s Details
build-develop-branch / delete (pull_request) Successful in 13s Details
build-develop-branch / if_merged (pull_request) Has been skipped Details
2023-10-23 17:45:31 +00:00
gilesb a2ce44550d rebase30 2023-10-23 17:45:31 +00:00
gilesb 8a342ac192 rebase29 2023-10-23 17:45:31 +00:00
gilesb 06bd3dd12c rebase28 2023-10-23 17:45:31 +00:00
gilesb 1ef71a93d3 rebase27 2023-10-23 17:45:31 +00:00
gilesb 95568c8536 rebase26 2023-10-23 17:45:31 +00:00
gilesb f02a5db783 ... 2023-10-23 17:45:31 +00:00
gilesb b7eb16c9a9 ... 2023-10-23 17:45:31 +00:00
gilesb 1159826d04 .. 2023-10-23 17:45:31 +00:00
gilesb 4b714ba54b .. 2023-10-23 17:45:31 +00:00
4 changed files with 11 additions and 2 deletions

View File

@ -43,8 +43,13 @@ jobs:
- name: push - name: push
run: | run: |
if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then if [[ $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c) -eq 0 ]]; then
git rebase -Xtheirs origin/master ls
git log -5 git log -20
git status
git rebase origin/master --strategy-option=ours
ls
git log -20
git status
echo no development branch so pushing echo no development branch so pushing
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}; git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea; curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea;

View File

@ -36,6 +36,8 @@ jobs:
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4 - uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with: with:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
- name: tag
run: git tag
- name: delete develop branch - name: delete develop branch
id: delete_develop_branch id: delete_develop_branch
run: git push origin --delete ${{ github.head_ref }} run: git push origin --delete ${{ github.head_ref }}

1
equipment-model.axml Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long