disable debug
This commit is contained in:
parent
23ab1b4c69
commit
2303f9905b
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
built_dir=${COMPILED_DIR:-/compiled}/cavif
|
||||
version=$(cat $built_dir/version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue