Adding -x to set parameters for more output
When the cache tarball gets fail the output doesn't indicate what url is failing. Adding '-x' displays the urls attempted. Change-Id: I71b2dbfd712e72c591410ca9b68edc76d493ad6e
This commit is contained in:
parent
b77ab85b22
commit
771ed1903c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# These are useful, or at worst not harmful, for all images we build.
|
# These are useful, or at worst not harmful, for all images we build.
|
||||||
|
|
||||||
set -eu
|
set -eux
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
[ -n "$ARCH" ]
|
[ -n "$ARCH" ]
|
||||||
|
|
Loading…
Reference in a new issue