Compare commits

...

2 Commits

Author SHA1 Message Date
giles 6284881867 converted to yml - this sisisis 2023-10-18 23:52:38 +00:00
giles da0a03790a converted to yml - this sisisis
continuous-integration/drone/push Build is passing Details
2023-10-18 23:52:30 +00:00
5 changed files with 13 additions and 2213 deletions

View File

@ -18,12 +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 checkout -b master
- 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
@ -100,8 +108,8 @@ steps:
commands:
- 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 origin HEAD:product-development
- git commit -m "converted to yml - $${DRONE_COMMIT_MESSAGE}"
- git push -f origin HEAD:product-development
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD

File diff suppressed because it is too large Load Diff

1
equipment-model.axml Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long