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

This commit is contained in:
gilesb 2023-10-23 15:04:45 +01:00
parent 2c7937596c
commit 589acdaee4
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;
git push origin ${{ env.BUILD_BRANCH }};
else
if [[ $(git diff origin/${{ env.BUILD_BRANCH }} | wc -c) -ne 0 ]]; then
git clone ${{ github.serverUrl }}/${{ github.repository }} ../cloned