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

Commit

Permalink
Debug pre
Browse files Browse the repository at this point in the history
  • Loading branch information
itsthejb committed Jul 1, 2024
1 parent c312c20 commit 0abf7d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hooks/pre_test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash -e
#!/bin/bash -x
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 ls

0 comments on commit 0abf7d7

Please sign in to comment.