Compare commits
26 Commits
master
...
format/hre
Author | SHA1 | Date |
---|---|---|
giles | 1d018df80a | |
giles | a1277e15ed | |
Continuous Integration | ac0ae123d8 | |
giles | f77b9bfc2f | |
Continuous Integration | 1b57edca8d | |
giles | 82aaa6525f | |
giles | 3b0cc35641 | |
giles | 31aa516eec | |
giles | a453e3e338 | |
giles | 2bbff49e2f | |
giles | 9a252762b3 | |
giles | fdbfb48917 | |
giles | 379544ee06 | |
giles | a41cf5f4b0 | |
giles | d89c5f74c3 | |
giles | bf9ef6ca58 | |
giles | 1d780c8966 | |
giles | b5b5a4c5bb | |
giles | d965c14fea | |
giles | 625fbfb5e7 | |
giles | 2d3f8fa2f2 | |
giles | a4b02e3aad | |
giles | a4e8ad5d66 | |
giles | 7fe4ab4def | |
giles | 619467527a | |
Continuous Integration | 2dd5378e5a |
|
@ -28,7 +28,7 @@ jobs:
|
|||
firstString=${{ github.ref_name }}
|
||||
secondString="develop"
|
||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/build\//"$secondString"\/}
|
||||
- name: GIT commit and push all changed files
|
||||
- name: GIT commit diff
|
||||
env:
|
||||
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
|
@ -37,6 +37,4 @@ jobs:
|
|||
git config --global user.email "username@users.noreply.github.com"
|
||||
git add -A
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
||||
git merge --squash ${{ github.ref_name }}
|
||||
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }}
|
||||
ggit diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }}
|
File diff suppressed because it is too large
Load Diff
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
Loading…
Reference in New Issue