Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
Fix creating test network
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejb committed Jul 1, 2024
1 parent ecda9fb commit 68f8433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/pre_test
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
if [ "$GITHUB_REF_NAME" = "master" ]; then exit 0; fi
# shellcheck disable=SC1091
source "$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/pre_build"
docker network create --driver=bridge --subnet=172.99.0.0/16 --ip-range=172.99.0.2/16 --gateway=172.99.0.1 -o 'com.docker.network.bridge.name'='test_shared' test_shared &> /dev/null || true
docker network create --driver=bridge --subnet=172.99.0.0/16 --ip-range=172.99.0.0/16 --gateway=172.99.0.1 -o 'com.docker.network.bridge.name'='test_shared' test_shared

0 comments on commit 68f8433

Please sign in to comment.