Merge pull request #585 from tsvallender/docker-network

Add docker-setup hook
This commit is contained in:
Donal McBreen
2024-03-07 10:51:08 +00:00
committed by GitHub
4 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/sh
echo "Docker set up!"
mkdir -p /tmp/${TEST_ID} && touch /tmp/${TEST_ID}/docker-setup