Skip to content

Commit d4d3496

Browse files
authored
Reverting CI check as there are also other use cases that require non interactive shells
1 parent 57dd477 commit d4d3496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pscale/cli-helper-scripts/use-pscale-docker-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function pscale {
77
local command=""
88

99
# if first arg equals shell, we have to turn off pseudo-tty and set PSCALE_ALLOW_NONINTERACTIVE_SHELL=true
10-
if [ "$1" = "shell" ] && [ -n "$CI" ]; then
10+
if [ "$1" = "shell" ]; then
1111
tty=""
1212
non_interactive="-e PSCALE_ALLOW_NONINTERACTIVE_SHELL=true"
1313
fi

0 commit comments

Comments
 (0)