Compare commits

..

No commits in common. "ec976da303e5c12ec08bc848c24cda6f73c1093a" and "882deba967baabcc166366afb9553f6f9eb1dc8e" have entirely different histories.

1 changed files with 2 additions and 2 deletions

View File

@ -20,9 +20,9 @@ steps:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git checkout -b master
- git pull origin master
# - git branch -D product-development
#- git branch -D product-development
- git checkout -b product-development
- git merge --squash --no-commit --strategy-option=theirs format-branch
- merge --squash --no-commit --no-ff --strategyoption=theirs format-branch
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD