Compare commits

..

2 Commits

Author SHA1 Message Date
drone 6165c488f6 converted to yml - ggg 2023-10-19 00:05:42 +00:00
drone 2310e83fc9 converted to yml - ggg
continuous-integration/drone/push Build is passing Details
2023-10-19 00:05:34 +00:00
1 changed files with 11 additions and 0 deletions

View File

@ -18,9 +18,20 @@ steps:
image: alpine/git:latest
commands:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git log -n 1
- git fetch
#- git checkout master
#- git log -n 1
#- git pull origin master
#- git log -n 1
# - git branch -D product-development
- git checkout -b product-development
#- git merge format-branch
- git log -n 1
- git merge --squash --no-commit --strategy-option=theirs format-branch
# - git checkout format-branch **/*.*
- git status
- git log -n 1
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD