mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix2
This commit is contained in:
parent
d18e41d389
commit
a223509608
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -423,9 +423,6 @@ jobs:
|
||||
--health-timeout=5s
|
||||
--health-retries=3
|
||||
steps:
|
||||
- name: get mariadb container id
|
||||
run: echo "::set-output name=id::$(docker container ls | grep mariadb | awk '{ print $1 }')"
|
||||
id: mariadb_container
|
||||
- name: get automatic created network
|
||||
run: echo "::set-output name=id::$(docker network ls | grep github_network | awk '{ print $1 }')"
|
||||
id: network
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user