ci: rename dredd config files

This commit is contained in:
Thomas Boerger 2024-05-03 22:21:21 +02:00
parent a80b30f36c
commit 1444721f0e
No known key found for this signature in database
GPG Key ID: F630596501026DB5
5 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,6 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks
language: go
#server: context=dev task dc:up
server-wait: 240
init: false
custom: {}

View File

@ -1,7 +1,6 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks
language: go
#server: context=dev task dc:up
server-wait: 240
init: false
custom: {}

View File

@ -1,7 +1,6 @@
dry-run: null
hookfiles: ./.dredd/compiled_hooks.exe
language: go
#server: context=dev task dc:up
server-wait: 240
init: false
custom: {}

View File

@ -18,7 +18,7 @@ services:
dockerfile: deployment/docker/dredd/Dockerfile
command:
- --config
- .dredd/dredd.yml
- .dredd/dredd.docker.yml
environment:
SEMAPHORE_ACCESS_KEY_ENCRYPTION: ${SEMAPHORE_ACCESS_KEY_ENCRYPTION:-IlRqgrrO5Gp27MlWakDX1xVrPv4jhoUx+ARY+qGyDxQ=}
volumes:

View File

@ -22,6 +22,6 @@ services:
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT:-root}
MARIADB_USER: ${MARIADB_USERNAME:-semaphore}
MARIADB_PASSWORD: ${MARIADB_PASSWORD:-semaphore}
MARIADB_DATABASE:${MARIADB_DATABASE:-semaphore}
MARIADB_DATABASE: ${MARIADB_DATABASE:-semaphore}
volumes:
- mariadb:/var/lib/mysql