build/1003 -> develop/1003
build-develop-branch / build-branch (push) Successful in 30s
Details
build-develop-branch / build-branch (push) Successful in 30s
Details
This commit is contained in:
parent
d83832def4
commit
a9d3932c9b
|
@ -17,8 +17,8 @@ jobs:
|
|||
with:
|
||||
node-version: '20'
|
||||
- run: git fetch
|
||||
- name: log
|
||||
run: git log -10
|
||||
- name: actor
|
||||
run: echo ${{ github.actor }}
|
||||
- uses: http://sigyl.com:3000/actions/batch2yaml@master
|
||||
with:
|
||||
action: yml
|
||||
|
@ -34,7 +34,7 @@ jobs:
|
|||
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 config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
|
||||
git add -A
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||
- name: status
|
||||
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: |
|
||||
git branch -r
|
||||
echo $(git branch -r | grep -Fx " origin/${{ env.DEVELOPMENT_BRANCH }}" | wc -c)
|
||||
- name: diff
|
||||
- name: push
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
|
@ -67,8 +67,9 @@ jobs:
|
|||
git status
|
||||
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
||||
git add -A
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||
|
||||
echo no development branch so pushing
|
||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
||||
curl https://dl.gitea.com/tea/0.9.2/tea-0.9.2-linux-386 --output tea;
|
||||
|
@ -96,6 +97,8 @@ jobs:
|
|||
mv ../cloned/.git .
|
||||
git status
|
||||
git add -A
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
|
||||
else
|
||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
firstString=${{ github.ref_name }}
|
||||
secondString="build"
|
||||
echo ::set-env name=BUILD_BRANCH::${firstString/develop\//"$secondString"\/}
|
||||
- name: GIT commit and push all changed files
|
||||
- name: push
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: Development branch built to xml.
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
|
@ -63,6 +63,8 @@ jobs:
|
|||
mv ../cloned/.git .
|
||||
git status
|
||||
git add -A
|
||||
git config --global user.name "${{ github.actor }}"
|
||||
git config --global user.email "${{ env.CI_COMMIT_EMAIL }}"
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} "
|
||||
git push origin HEAD:${{ env.BUILD_BRANCH }}
|
||||
else
|
||||
|
|
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
- deleted
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
- RevertSignatureTemplateName: null
|
||||
- Description: Confirmation by the author of the recipe thatcdcscsvdsvdsvsxsxsdit is ready for h v vredcdview.s...gfhhh....
|
||||
- RecipeApprovalStep:
|
||||
- Name: Review Recipe
|
||||
- Name: Reviedcdw Recipe
|
||||
- Id: '-3'
|
||||
- StepOrder: '3'
|
||||
- Required: '0'
|
||||
|
|
Loading…
Reference in New Issue