testing lint

Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
André Bauer 2020-12-07 11:11:26 +01:00
parent 8e66c330b3
commit 886dd9e0c7
3 changed files with 9 additions and 9 deletions

View File

@ -61,9 +61,9 @@ jobs:
build-and-run-docker-compose:
needs:
- lint-bash-scripts
- lint-docker-files
- lint-docker-compose-file
# - lint-bash-scripts
# - lint-docker-files
# - lint-docker-compose-file
timeout-minutes: 20
runs-on: ubuntu-20.04
steps:
@ -82,9 +82,9 @@ jobs:
run-remote-image-docker-compose:
needs:
- lint-bash-scripts
- lint-docker-files
- lint-docker-compose-file
# - lint-bash-scripts
# - lint-docker-files
# - lint-docker-compose-file
timeout-minutes: 10
runs-on: ubuntu-20.04
steps:

View File

@ -1,4 +1,4 @@
FROM postgres:9.6.17-alpine
FROM postgres:9.6.20-alpine
ARG BUILD_DATE

View File

@ -45,7 +45,7 @@ services:
zammad-memcached:
command: memcached -m 256M
image: memcached:1.6.7-alpine
image: memcached:1.6.9-alpine
restart: ${RESTART}
zammad-nginx:
@ -123,4 +123,4 @@ volumes:
driver: local
test
faillintertest?