Remove testcontainers debug logging.
This commit is contained in:
parent
4183a0aeb7
commit
ecdb5eec36
|
@ -1,8 +1,6 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
export DEBUG=testcontainers*
|
||||
|
||||
if [[ -n $CI ]]
|
||||
then
|
||||
export NODE_OPTIONS="--max-old-space-size=4096 --no-node-snapshot $NODE_OPTIONS"
|
||||
|
|
Loading…
Reference in New Issue