no commands are executed, nothing happens in the console.
else another commands (for example, see my real project file; I ran from grunt-shell pipenv, git, npx commands; shell and batch scripts, commands with environment variable as argument):
grunt-shell works as expected.
2. MCVE
You can see this configuration in the KiraShellTravis branch of my demo/debugging repository.
Operating system:
Windows 10.0.19041.508 Pro N for Workstations 64-bit EN (Local)
Running tasks: shell
Running "shell" task
Running "shell:travislint" (shell) task
Verifying property shell.travislint exists in config…OK
File: [no files]
Options: stdout, stderr, stdin, failOnError, stdinRawMode=false, preferLocal, execOptions={"env":null}
Command: travis lint -x
No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
1. Summary
If I run the Travis Command Line Client commands from grunt-shell:
no commands are executed, nothing happens in the console.
else another commands (for example, see my real project file; I ran from grunt-shell pipenv, git, npx commands; shell and batch scripts, commands with environment variable as argument):
grunt-shell works as expected.
2. MCVE
You can see this configuration in the
KiraShellTravis
branch of my demo/debugging repository.Operating system:
Part of
package.json
:Gruntfile.coffee
:.travis.yml
:3. Steps to reproduce
How I got
env.global.secure
value from.travis.yml
above, that required for the Travis CLI client.I created a personal access GitHub token →
travis encrypt 'GITHUB_TOKEN=<MY_GITHUB_TOKEN>' --add
.4. Behavior
See the Travis build.
4.1. Expected — run command directly
If
travis lint -x
:command completed successfully in 0.96 seconds.
4.2. Unexpected — grunt-shell
Else
grunt shell --verbose
:Thanks.