This commit is contained in:
Einhornimmond 2021-09-22 13:04:01 +02:00
parent d18e41d389
commit a223509608

View File

@ -423,9 +423,6 @@ jobs:
--health-timeout=5s --health-timeout=5s
--health-retries=3 --health-retries=3
steps: 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 - name: get automatic created network
run: echo "::set-output name=id::$(docker network ls | grep github_network | awk '{ print $1 }')" run: echo "::set-output name=id::$(docker network ls | grep github_network | awk '{ print $1 }')"
id: network id: network