diff --git a/.kokoro/build.sh b/.kokoro/build.sh index 0d868843..f20da101 100755 --- a/.kokoro/build.sh +++ b/.kokoro/build.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eo pipefail +set -xeo pipefail cd github/nodejs-vision npm install diff --git a/.kokoro/docs.sh b/.kokoro/docs.sh index 17c121da..09fd52bc 100755 --- a/.kokoro/docs.sh +++ b/.kokoro/docs.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eo pipefail +set -xeo pipefail cd github/nodejs-vision diff --git a/.kokoro/lint.sh b/.kokoro/lint.sh index c23afe32..c0323cc7 100755 --- a/.kokoro/lint.sh +++ b/.kokoro/lint.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eo pipefail +set -xeo pipefail cd github/nodejs-vision diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh index 9bd4905c..87ffd2ca 100755 --- a/.kokoro/trampoline.sh +++ b/.kokoro/trampoline.sh @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -eo pipefail +set -xeo pipefail # Always run the cleanup script, regardless of the success of bouncing into # the container.