testing lint
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
8e66c330b3
commit
886dd9e0c7
12
.github/workflows/ci.yaml
vendored
12
.github/workflows/ci.yaml
vendored
@ -61,9 +61,9 @@ jobs:
|
|||||||
|
|
||||||
build-and-run-docker-compose:
|
build-and-run-docker-compose:
|
||||||
needs:
|
needs:
|
||||||
- lint-bash-scripts
|
# - lint-bash-scripts
|
||||||
- lint-docker-files
|
# - lint-docker-files
|
||||||
- lint-docker-compose-file
|
# - lint-docker-compose-file
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
@ -82,9 +82,9 @@ jobs:
|
|||||||
|
|
||||||
run-remote-image-docker-compose:
|
run-remote-image-docker-compose:
|
||||||
needs:
|
needs:
|
||||||
- lint-bash-scripts
|
# - lint-bash-scripts
|
||||||
- lint-docker-files
|
# - lint-docker-files
|
||||||
- lint-docker-compose-file
|
# - lint-docker-compose-file
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM postgres:9.6.17-alpine
|
FROM postgres:9.6.20-alpine
|
||||||
|
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ services:
|
|||||||
|
|
||||||
zammad-memcached:
|
zammad-memcached:
|
||||||
command: memcached -m 256M
|
command: memcached -m 256M
|
||||||
image: memcached:1.6.7-alpine
|
image: memcached:1.6.9-alpine
|
||||||
restart: ${RESTART}
|
restart: ${RESTART}
|
||||||
|
|
||||||
zammad-nginx:
|
zammad-nginx:
|
||||||
@ -123,4 +123,4 @@ volumes:
|
|||||||
driver: local
|
driver: local
|
||||||
|
|
||||||
|
|
||||||
test
|
faillintertest?
|
Loading…
Reference in New Issue
Block a user