llllllllllllll
convert-to-yml / develop-branch (push) Failing after 25s
Details
convert-to-yml / develop-branch (push) Failing after 25s
Details
This commit is contained in:
parent
7fe4ab4def
commit
a4e8ad5d66
|
@ -25,6 +25,7 @@ jobs:
|
|||
firstString=${{ github.ref_name }}
|
||||
secondString="develop"
|
||||
echo ::set-env name=DEVELOPMENT_BRANCH::${firstString/format\//"$secondString"\/}
|
||||
git status
|
||||
#- name: clone
|
||||
# run: |
|
||||
# git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned
|
||||
|
@ -43,11 +44,11 @@ jobs:
|
|||
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 fetch
|
||||
git add -A
|
||||
git stash
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git checkout master
|
||||
git checkout -b ${{ env.DEVELOPMENT_BRANCH }}
|
||||
git stash pop
|
||||
|
|
Loading…
Reference in New Issue