Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Oct 22, 2024
1 parent 7062d78 commit 57c69ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cross_run() {
dockerfile="./docker/builder/Dockerfile.cross"
tag=${BUILDER_TAG:-"evebox/builder:cross"}
env
if test -t; then
if [ -z "${GITHUB_REPOSITORY}" && test -t ]; then
it="-it"
else
it=""
Expand Down

0 comments on commit 57c69ec

Please sign in to comment.