Searched refs:EXPO_NONINTERACTIVE (Results 1 – 6 of 6) sorted by relevance
7 export EXPO_NONINTERACTIVE=1
8 if [[ -t 1 && (-z "$CI" && -z "$EXPO_NONINTERACTIVE") ]]; then
20 if [[ -t 1 && (-z "$CI" && -z "$EXPO_NONINTERACTIVE") ]]; then
24 if [[ -t 1 && (-z "$CI" && -z "$EXPO_NONINTERACTIVE") ]]; then
58 … To run the commands in non-interactive mode, set the environment variable `EXPO_NONINTERACTIVE=1`.