don't pass flags from other gems to the next
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
f 2021-10-01 10:37:02 -03:00
parent 3fb4a1b7d5
commit 404c4af5b4

View file

@ -13,6 +13,8 @@ find build/ -type f |
while read BUILD BUILT GEM_NAME GEM_VERSION; do
test -f "${BUILT}" && continue
unset EXTRA_PKGS EXTRA_GEMS GEM_COMPILER_FLAGS
source "${BUILD}"
HTTP_BASIC_USER="${HTTP_BASIC_USER}" \