parent
c6be2e5326
commit
6b5bdf1e72
1
.github/linters/.markdown-lint.yml
vendored
1
.github/linters/.markdown-lint.yml
vendored
@ -1,2 +1,3 @@
|
||||
---
|
||||
MD013:
|
||||
line_length: 500
|
||||
|
1
.github/stale.yml
vendored
1
.github/stale.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Number of days of inactivity before an issue becomes stale
|
||||
daysUntilStale: 60
|
||||
# Number of days of inactivity before a stale issue is closed
|
||||
|
4
.github/workflows/ci-remote-image.yaml
vendored
4
.github/workflows/ci-remote-image.yaml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: ci-remote-image
|
||||
|
||||
on:
|
||||
@ -20,7 +21,8 @@ jobs:
|
||||
run: docker-compose up --detach
|
||||
|
||||
- name: add autowizard file
|
||||
run: docker cp .github/auto_wizard.json zammad-docker-compose_zammad-railsserver_1:/opt/zammad
|
||||
run: docker cp .github/auto_wizard.json\
|
||||
zammad-docker-compose_zammad-railsserver_1:/opt/zammad
|
||||
|
||||
- name: run tests
|
||||
run: .github/tests.sh
|
||||
|
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
name: ci
|
||||
|
||||
on:
|
||||
@ -56,10 +57,13 @@ jobs:
|
||||
run: .github/docker-image-build.sh
|
||||
|
||||
- name: run docker-compose up
|
||||
run: docker-compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.override-local.yml up --detach
|
||||
run: docker-compose -f docker-compose.yml\
|
||||
-f docker-compose.override.yml\
|
||||
-f docker-compose.override-local.yml up --detach
|
||||
|
||||
- name: add autowizard file
|
||||
run: docker cp .github/auto_wizard.json zammad-docker-compose_zammad-railsserver_1:/opt/zammad
|
||||
run: docker cp .github/auto_wizard.json\
|
||||
zammad-docker-compose_zammad-railsserver_1:/opt/zammad
|
||||
|
||||
- name: run tests
|
||||
run: .github/tests.sh
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '3'
|
||||
services:
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
|
Loading…
Reference in New Issue
Block a user