diff --git a/.kokoro/docs.sh b/.kokoro/docs.sh index a4f31879..952403fa 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 -xeo pipefail +set -eo pipefail export NPM_CONFIG_PREFIX=/home/node/.npm-global diff --git a/.kokoro/lint.sh b/.kokoro/lint.sh index bcb75083..b03cb043 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 -xeo pipefail +set -eo pipefail export NPM_CONFIG_PREFIX=/home/node/.npm-global diff --git a/.kokoro/samples-test.sh b/.kokoro/samples-test.sh index 07d31dcc..20e3241c 100755 --- a/.kokoro/samples-test.sh +++ b/.kokoro/samples-test.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -xeo pipefail +set -eo pipefail export NPM_CONFIG_PREFIX=/home/node/.npm-global diff --git a/.kokoro/system-test.sh b/.kokoro/system-test.sh index b7374d0a..fc5824e6 100755 --- a/.kokoro/system-test.sh +++ b/.kokoro/system-test.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -xeo pipefail +set -eo pipefail export NPM_CONFIG_PREFIX=/home/node/.npm-global diff --git a/.kokoro/test.sh b/.kokoro/test.sh index ded892a0..bf70d78b 100755 --- a/.kokoro/test.sh +++ b/.kokoro/test.sh @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -set -xeo pipefail +set -eo pipefail export NPM_CONFIG_PREFIX=/home/node/.npm-global diff --git a/.kokoro/trampoline.sh b/.kokoro/trampoline.sh index 87ffd2ca..9bd4905c 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 -xeo pipefail +set -eo pipefail # Always run the cleanup script, regardless of the success of bouncing into # the container.