fix: su-exec tries to exec the env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
26f9cb8ad9
commit
c20bc503e4
1 changed files with 1 additions and 1 deletions
|
@ -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=$?
|
||||
|
||||
|
|
Loading…
Reference in a new issue