Compare commits

..

2 Commits

Author SHA1 Message Date
giles bc0091cd30 converted to yml - hhhh 2023-10-18 23:54:27 +00:00
giles d16c6e870a converted to yml - hhhh
continuous-integration/drone/push Build is passing Details
2023-10-18 23:54:18 +00:00
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ steps:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f' - git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git log -n 1 - git log -n 1
- git fetch - git fetch
#- git checkout master - git checkout master
#- git log -n 1 - git log -n 1
#- git pull origin master - git pull origin master
#- git log -n 1 - git log -n 1
# - git branch -D product-development # - git branch -D product-development
- git checkout -b product-development - git checkout -b product-development
#- git merge format-branch #- git merge format-branch