Compare commits

...

8 Commits

Author SHA1 Message Date
giles b4b4be310e ${DRONE_COMMIT_MESSAGE}
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-10-18 18:24:43 +00:00
giles b0c61acaf8 Merge branch 'format-branch' into product-development 2023-10-18 18:24:37 +00:00
giles 7de76e60a2 ...
continuous-integration/drone/push Build is passing Details
2023-10-18 19:22:55 +01:00
giles bf85760a8a ...
continuous-integration/drone/push Build is failing Details
2023-10-18 19:21:52 +01:00
giles 5e40901906 ...
continuous-integration/drone/push Build is failing Details
2023-10-18 19:18:16 +01:00
giles 31a71091ac ....
continuous-integration/drone/push Build is failing Details
2023-10-18 19:15:03 +01:00
giles f3a2f5aff4 ....
continuous-integration/drone/push Build is failing Details
2023-10-18 19:09:12 +01:00
giles 6d6f8dbe72 ...
continuous-integration/drone/push Build is failing Details
2023-10-18 19:05:24 +01:00
3 changed files with 45 additions and 1142 deletions

View File

@ -82,8 +82,32 @@ steps:
- master
image: alpine/git:latest
commands:
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
- git fetch
- git checkout deployed
- git merge master
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD
GIT_USER:
from_secret: GIT_USER
- name: "check out product-development"
when:
branch:
- format-branch
image: alpine/git:latest
commands:
- git config credential.helper '!f() { sleep 1; echo "username=${GIT_USER}"; echo "password=${GIT_PASSWORD}"; }; f'
- git fetch
- git checkout product-development
- git merge format-branch
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD
GIT_USER:
from_secret: GIT_USER
- name: "convert to xml"
image: sigyl/zone-10-batch2yaml:latest
when:
@ -104,6 +128,17 @@ steps:
volumes:
- name: dockersock
path: /var/run
- name: "git - status"
when:
branch:
- master
- format-branch
image: alpine/git:latest
commands:
- git status
volumes:
- name: dockersock
path: /var/run
- name: "git - deployed"
when:
branch:
@ -111,9 +146,15 @@ 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 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
environment:
GIT_PASSWORD:
from_secret: GIT_PASSWORD
GIT_USER:
from_secret: GIT_USER
volumes:
- name: dockersock
path: /var/run

View File

@ -7,9 +7,6 @@
- Version: '1.00'
- Area:
- UniqueName: AREA1
- EnumerationSet:
- UniqueName: PHASE_FAILURES
- Type: '0'
- EnumerationSet:
- UniqueName: YES_NO
- Type: '1'
@ -19,6 +16,9 @@
- Member:
- Name: NO
- Ordinal: '0'
- EnumerationSet:
- UniqueName: PHASE_FAILURES
- Type: '0'
- EnumerationSet:
- UniqueName: $TIMER_TYPE
- Type: '1'
@ -959,7 +959,6 @@
- HyperlinkString: null
- ERPAlias: null
- ConfiguredUnitName: UNIT1
- ConfiguredUnitName: UNIT2
- Unit:
- attributes:
XPos: '101'
@ -982,27 +981,6 @@
- HyperlinkString: null
- ERPAlias: null
- ConfiguredEquipmentModuleName: PHASE11
- Unit:
- attributes:
XPos: '245'
YPos: '98'
- UniqueName: UNIT2
- Class: UNIT_CLS1
- UniqueID: '4'
- Logix5000UID: '0'
- Server: null
- MaxOwners: '1'
- CrossInvocationString: null
- CrossInvocationString: null
- CrossInvocationString: null
- CrossInvocationString: null
- CrossInvocationString: null
- HyperlinkString: null
- HyperlinkString: null
- HyperlinkString: null
- HyperlinkString: null
- HyperlinkString: null
- ERPAlias: null
- EquipmentModule:
- attributes:
XPos: '266'

File diff suppressed because it is too large Load Diff