runna diff on build and development
convert-to-yml / develop-branch (push) Successful in 28s
Details
convert-to-yml / develop-branch (push) Successful in 28s
Details
This commit is contained in:
parent
a1277e15ed
commit
1d018df80a
|
@ -28,7 +28,7 @@ jobs:
|
||||||
firstString=${{ github.ref_name }}
|
firstString=${{ github.ref_name }}
|
||||||
secondString="develop"
|
secondString="develop"
|
||||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build\//"$secondString"\/}
|
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build\//"$secondString"\/}
|
||||||
- name: GIT commit and push all changed files
|
- name: GIT commit diff
|
||||||
env:
|
env:
|
||||||
CI_COMMIT_MESSAGE: converted to yml for review.
|
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||||
CI_COMMIT_AUTHOR: Continuous Integration
|
CI_COMMIT_AUTHOR: Continuous Integration
|
||||||
|
@ -37,6 +37,4 @@ jobs:
|
||||||
git config --global user.email "username@users.noreply.github.com"
|
git config --global user.email "username@users.noreply.github.com"
|
||||||
git add -A
|
git add -A
|
||||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||||
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
ggit diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }}
|
||||||
git merge --squash ${{ github.ref_name }}
|
|
||||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
|
Loading…
Reference in New Issue