Compare commits

..

No commits in common. "698f230e40c5d9cf101f370bdfa988d8d9e8b6ae" and "f4e408144226c4be1a67e388c01677cdd2dc1f6f" have entirely different histories.

1 changed files with 4 additions and 4 deletions

View File

@ -17,12 +17,12 @@ steps:
- format-branch
image: alpine/git:latest
commands:
#- 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 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 checkout -b product-development
#- git merge --squash --no-commit --strategy-option=theirs format-branch
- git merge --squash --no-commit --strategy-option=theirs format-branch
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD