We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11314e7 commit e7a3dcaCopy full SHA for e7a3dca
.pscale/cli-helper-scripts/use-pscale-docker-image.sh
@@ -11,9 +11,6 @@ function pscale {
11
tty=""
12
non_interactive="-e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true"
13
fi
14
- tty=""
15
- non_interactive="-e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true"
16
- fi
17
18
# if script is run in CI and it is not the auth command, we have to turn off pseudo-tty
19
if [ -n "$CI" ] && [ "$1" != "auth" ]; then
0 commit comments