Skip to content

Commit b37ad6c

Browse files
committed
Switch CI/CD to github actions, use thing4 bom, update parent.
Signed-off-by: Łukasz Dywicki <luke@code-house.org>
1 parent e14c616 commit b37ad6c

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

.github/workflows/pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build pull request
22

33
on:
44
pull_request:
5-
branches: [ "master" , "3.*", "4.*" ]
5+
branches: [ "master", "3.*", "4.*" ]
66

77
jobs:
88
build:
@@ -17,5 +17,6 @@ jobs:
1717
openhab: true
1818
server_id: co7io-public-snapshots
1919
deploy: true
20-
master_branch: 3
21-
additional_profiles: 'openhab'
20+
skip_test_publish: false
21+
additional_profiles: 'thing4,openhab'
22+
master_branch: '3'

.github/workflows/push.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build pushed commit
22

33
on:
44
push:
5-
branches: [ "master" , "3.*", "4.*" ]
5+
branches: [ "master", "3.*", "4.*" ]
66

77
jobs:
88
build:
@@ -17,5 +17,7 @@ jobs:
1717
openhab: true
1818
server_id: co7io-public-snapshots
1919
deploy: true
20-
master_branch: 3
21-
additional_profiles: 'openhab'
20+
skip_test_publish: false
21+
additional_profiles: 'thing4,openhab'
22+
master_branch: '3'
23+

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
CI_RELEASE_PASSWORD: ${{ secrets.CI_RELEASE_PASSWORD }}
3232
with:
3333
openhab: true
34-
server_id: co7io-public-releases
35-
additional_profiles: 'openhab'
34+
server_id: 'co7io-public-releases'
3635
release_version: ${{ inputs.release_version }}
3736
development_version: ${{ inputs.development_version }}
3837
perform_version: ${{ inputs.perform_version }}
39-
dry_run: ${{ inputs.dry_run }}
38+
dry_run: ${{ inputs.dry_run }}
39+
additional_profiles: 'thing4,openhab'

0 commit comments

Comments
 (0)