fix: su-exec tries to exec the env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-02-04 13:37:04 -03:00
parent 26f9cb8ad9
commit c20bc503e4

View file

@ -3,7 +3,7 @@
test -n "${EXTRA_PKGS}" && apk add --no-cache ${EXTRA_PKGS}
test -n "${EXTRA_GEMS}" && gem install --no-user-install --no-document ${EXTRA_GEMS}
su-exec builder GEM_COMPILER_FLAGS="${GEM_COMPILER_FLAGS}" /usr/local/bin/gem-compiler
GEM_COMPILER_FLAGS="${GEM_COMPILER_FLAGS}" su-exec builder /usr/local/bin/gem-compiler
exit_status=$?