Compare commits

..

7 Commits

Author SHA1 Message Date
giles e6cce6f6c6 deploying- Merge pull request '.' (#54) from product-development into master
Reviewed-on: #54
2023-10-18 23:13:13 +00:00
giles 482d1e2ac2 Merge pull request '.' (#54) from product-development into master
continuous-integration/drone/push Build is passing Details
Reviewed-on: #54
2023-10-18 23:13:05 +00:00
giles 083e62ff4b Merge branch 'master' into product-development
continuous-integration/drone/push Build is passing Details
2023-10-18 23:12:58 +00:00
giles 6cedcd07ec .
continuous-integration/drone/push Build is passing Details
2023-10-19 00:05:24 +01:00
giles 61896dd077 Merge pull request 'product-development' (#53) from product-development into master
continuous-integration/drone/push Build is failing Details
Reviewed-on: #53
2023-10-18 22:38:26 +00:00
giles 42e5832391 .
continuous-integration/drone/push Build is passing Details
2023-10-18 23:37:29 +01:00
giles f776f46db3 .
continuous-integration/drone/push Build is failing Details
2023-10-18 23:35:31 +01:00
1 changed files with 6 additions and 4 deletions

View File

@ -17,11 +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 format-branch
#- git merge --squash --no-commit --strategy-option=theirs format-branch
environment:
GIT_PASSWORD:
@ -45,6 +46,7 @@ steps:
branch:
- format-branch
commands:
- node /app/servers/apps/batch2yaml/build/index.js . delete
- node /app/servers/apps/batch2yaml/build/index.js . yml
volumes:
- name: dockersock
@ -99,7 +101,7 @@ steps:
- git config credential.helper '!f() { sleep 1; echo "username=$${GIT_USER}"; echo "password=$${GIT_PASSWORD}"; }; f'
- git add -A
- git commit -m "$${DRONE_COMMIT_MESSAGE}"
- git push -f origin HEAD:product-development
- git push origin HEAD:product-development
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD