Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

build: add set -x to .sh to show the command being executed#156

Merged
jkwlui merged 1 commit intomasterfrom
kokoro-set-x
Aug 6, 2018
Merged

build: add set -x to .sh to show the command being executed#156
jkwlui merged 1 commit intomasterfrom
kokoro-set-x

Conversation

@jkwlui
Copy link
Copy Markdown
Contributor

@jkwlui jkwlui commented Aug 6, 2018

Since we're executing shell scripts, we don't get the same visibility as we do in CircleCI on which command is being executed and which is causing a failure. This will show the command being executed, prepended by a + sign:

+ npm install
...

@ghost ghost assigned jkwlui Aug 6, 2018
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 6, 2018
@jkwlui jkwlui requested a review from a team August 6, 2018 19:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants