Compare commits

...

6 Commits

Author SHA1 Message Date
giles 6cedcd07ec .
continuous-integration/drone/push Build is passing Details
2023-10-19 00:05:24 +01: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
giles 9b68b2df02 .
continuous-integration/drone/push Build is passing Details
2023-10-18 23:32:48 +01:00
giles b61ef71b67 .
continuous-integration/drone/push Build encountered an error Details
continuous-integration/drone/pr Build encountered an error Details
2023-10-18 23:31:17 +01:00
giles b7cf0824e0 .
continuous-integration/drone/push Build is passing Details
2023-10-18 22:22:44 +00:00
5 changed files with 2217 additions and 7 deletions

View File

@ -17,11 +17,12 @@ steps:
- format-branch - format-branch
image: alpine/git:latest image: alpine/git:latest
commands: commands:
#- 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 checkout -b master - git checkout -b master
#- git pull origin master - git pull origin master
# - 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 --squash --no-commit --strategy-option=theirs format-branch #- git merge --squash --no-commit --strategy-option=theirs format-branch
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
@ -45,6 +46,7 @@ steps:
branch: branch:
- format-branch - format-branch
commands: commands:
- node /app/servers/apps/batch2yaml/build/index.js . delete
- node /app/servers/apps/batch2yaml/build/index.js . yml - node /app/servers/apps/batch2yaml/build/index.js . yml
volumes: volumes:
- name: dockersock - name: dockersock
@ -68,7 +70,7 @@ steps:
commands: commands:
- 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 add -A - git add -A
- git commit -m "$${DRONE_COMMIT_MESSAGE}" - git commit -m "deploying- $${DRONE_COMMIT_MESSAGE}"
- git push -f origin HEAD:deployed - git push -f origin HEAD:deployed
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
@ -99,7 +101,7 @@ 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 add -A - git add -A
- git commit -m "$${DRONE_COMMIT_MESSAGE}" - git commit -m "$${DRONE_COMMIT_MESSAGE}"
- git push -f origin HEAD:product-development - git push origin HEAD:product-development
environment: environment:
GIT_PASSWORD: GIT_PASSWORD:
from_secret: GIT_PASSWORD from_secret: GIT_PASSWORD

1094
equipment-model.a.yml Normal file

File diff suppressed because it is too large Load Diff

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