You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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.
The text was updated successfully, but these errors were encountered: