Compare commits

..

10 Commits

Author SHA1 Message Date
giles 974ab01a32 ...
convert-built-to-yml / develop-branch (push) Failing after 17s Details
build-develop-branch / build-branch (push) Failing after 19s Details
build-develop-branch / delete (pull_request) Successful in 14s Details
build-develop-branch / if_merged (pull_request) Has been skipped Details
2023-10-23 00:00:19 +01:00
giles 052b245abf ...
convert-built-to-yml / develop-branch (push) Failing after 16s Details
2023-10-22 23:56:47 +01:00
giles fe896d22e6 ...
convert-built-to-yml / develop-branch (push) Failing after 21s Details
2023-10-22 23:52:56 +01:00
giles 25c5adeae4 ...
convert-built-to-yml / develop-branch (push) Failing after 19s Details
2023-10-22 23:50:58 +01:00
giles 358130ce41 ...
convert-built-to-yml / develop-branch (push) Failing after 20s Details
2023-10-22 23:47:58 +01:00
giles b247bc93fb ...
convert-built-to-yml / develop-branch (push) Successful in 23s Details
2023-10-22 23:45:56 +01:00
giles 60aae310e7 ...
convert-built-to-yml / develop-branch (push) Failing after 18s Details
2023-10-22 23:44:18 +01:00
giles 21e0d948d8 ...
convert-built-to-yml / develop-branch (push) Failing after 22s Details
2023-10-22 23:39:10 +01:00
giles cd65aa9f6b chnage here
convert-to-yml / develop-branch (push) Failing after 22s Details
2023-10-22 23:35:08 +01:00
Continuous Integration 13be27e867 Development branch built to xml. yml files converted to xml 2023-10-22 22:33:32 +00:00
6 changed files with 61 additions and 2188 deletions

View File

@ -0,0 +1,59 @@
name: convert-built-to-yml
run-name: ${{ github.actor }} is learning GitHub Actions
on:
push:
branches:
- 'build-**'
jobs:
develop-branch:
runs-on: ubuntu-latest
steps:
# https://github.com/RouxAntoine/checkout/tree/v3.5.4
- uses: http://sigyl.com:3000/actions/checkout@v3.5.4
with:
token: ${{ secrets.BOT_TOKEN }}
- uses: http://sigyl.com:3000/actions/setup-node@v3
with:
node-version: '20'
- name: get development branch name
run: |
firstString=${{ github.ref_name }}
secondString="develop-"
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build-/"$secondString"}
- name: GIT push
env:
CI_COMMIT_MESSAGE: converted to yml for review.
CI_COMMIT_AUTHOR: Continuous Integration
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
- uses: http://sigyl.com:3000/actions/batch2yaml@master
with:
action: yml
path: '.'
- name: GIT commit and push all changed files
env:
CI_COMMIT_MESSAGE: converted to yml for review.
CI_COMMIT_AUTHOR: Continuous Integration
run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
# git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
git add -A
git commit -a -m "${{ env.CI_COMMIT_MESSAGE }} xml files converted to yml"
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
#- name: push development
# env:
# CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
# CI_COMMIT_AUTHOR: Continuous Integration
# run: |
# git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
# git config --global user.email "username@users.noreply.github.com"
# git fetch --depth=1
# git add -A
# git commit -m "${{ env.CI_COMMIT_MESSAGE }}
#
# converted from batch"
# git merge origin/master --strategy-option=ours --allow-unrelated
# git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }}

File diff suppressed because it is too large Load Diff

1
equipment-model.axml Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

BIN
tea

Binary file not shown.