浏览代码

Fix to last commit

Mark Shust 4 年之前
父节点
当前提交
7da615f17d
共有 1 个文件被更改,包括 0 次插入2 次删除
  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