One more try

This commit is contained in:
Ingvar Stepanyan
2022-01-13 17:58:20 +00:00
parent e5e285696f
commit ba8b6b41d3

View File

@@ -16,7 +16,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
if [[ -v CI ]]
if [ -z "$CI" ]
then
DOCKER_INTERACTIVE_OPTS=""
else