...
build-develop-branch / build-branch (push) Failing after 30s Details

This commit is contained in:
gilesb 2023-10-23 15:06:04 +01:00
parent 589acdaee4
commit 20088da9bb
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ jobs:
git add -A
git commit -a -m "${{ github.ref_name }} -> ${{ env.BUILD_BRANCH }} "
if [[ $(git branch -r | grep -Fx " origin/${{ env.BUILD_BRANCH }}" | wc -c) -eq 0 ]]; then
git push origin ${{ env.BUILD_BRANCH }};
git push origin HEAD:${{ env.BUILD_BRANCH }};
else
if [[ $(git diff origin/${{ env.BUILD_BRANCH }} | wc -c) -ne 0 ]]; then
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned