--allow-unrelated-histories
Some checks failed
Auto-Merge Dev / auto-merge-dev (push) Failing after 1m8s
Some checks failed
Auto-Merge Dev / auto-merge-dev (push) Failing after 1m8s
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
git pull origin dev
|
git pull origin dev
|
||||||
|
|
||||||
# Intentar hacer merge de dev a la rama feature actual
|
# Intentar hacer merge de dev a la rama feature actual
|
||||||
git merge origin/dev
|
git merge origin/dev --allow-unrelated-histories
|
||||||
|
|
||||||
if ($LASTEXITCODE -eq 0) {
|
if ($LASTEXITCODE -eq 0) {
|
||||||
# Si el merge fue exitoso (sin conflictos), hacer push
|
# Si el merge fue exitoso (sin conflictos), hacer push
|
||||||
|
Reference in New Issue
Block a user