Merge pull request '..........aaaaa' (#79) from develop-7 into master
Reviewed-on: #79
This commit is contained in:
commit
0182952a65
|
@ -29,7 +29,6 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
ls
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git checkout -b ${{ env.BUILD_BRANCH }}
|
||||
|
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
ls
|
||||
echo ${{ github.ref_name }}
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git add -A
|
||||
|
|
|
@ -26,7 +26,6 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: Continuous Integration Build Artifacts
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
ls
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git config pull.rebase false
|
||||
|
|
Loading…
Reference in New Issue