ci: disable debug output from env.sh
This commit is contained in:
parent
53628e19ac
commit
b4a467e387
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex -o pipefail
|
||||
set -e -o pipefail
|
||||
|
||||
|
||||
NODE_VERSION=5.4.1
|
||||
|
|
Loading…
Reference in New Issue