Update build log level to debug
parent
d60f7e1ca3
commit
fb30dbd786
|
@ -22,6 +22,7 @@ deployment:
|
||||||
commands:
|
commands:
|
||||||
- >
|
- >
|
||||||
./etc/scripts/docker/run.sh
|
./etc/scripts/docker/run.sh
|
||||||
|
--debug
|
||||||
--clean
|
--clean
|
||||||
--package
|
--package
|
||||||
--platform all
|
--platform all
|
||||||
|
@ -42,6 +43,7 @@ deployment:
|
||||||
- >
|
- >
|
||||||
./etc/scripts/docker/run.sh
|
./etc/scripts/docker/run.sh
|
||||||
--clean
|
--clean
|
||||||
|
--debug
|
||||||
--release
|
--release
|
||||||
--package
|
--package
|
||||||
--platform all
|
--platform all
|
||||||
|
@ -64,6 +66,7 @@ deployment:
|
||||||
- >
|
- >
|
||||||
./etc/scripts/docker/run.sh
|
./etc/scripts/docker/run.sh
|
||||||
--clean
|
--clean
|
||||||
|
--debug
|
||||||
--release
|
--release
|
||||||
--package
|
--package
|
||||||
--platform all
|
--platform all
|
||||||
|
|
Loading…
Reference in New Issue