Explorar el Código

Fix to last commit

Mark Shust hace 4 años
padre
commit
7da615f17d
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      compose/bin/setup-composer-auth

+ 0 - 2
compose/bin/setup-composer-auth

@@ -1,6 +1,4 @@
 #!/bin/bash
-set -o errexit
-
 MAGENTO_USERNAME_PROP="http-basic.repo.magento.com.username"
 MAGENTO_PASSWORD_PROP="http-basic.repo.magento.com.password"
 hash composer 2>/dev/null && IS_COMPOSER_ON_HOST=true