don't pass flags from other gems to the next
Some checks failed
continuous-integration/drone the build failed
Some checks failed
continuous-integration/drone the build failed
This commit is contained in:
parent
3fb4a1b7d5
commit
404c4af5b4
1 changed files with 2 additions and 0 deletions
|
@ -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}" \
|
||||
|
|
Loading…
Reference in a new issue