mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 10:52:03 +01:00
sdk: Forward SIGNER environment variable
Some of the signing may happen inside the SDK container, so make sure to forward the SIGNER environment variable, as it will be used by the signing function, when it's introduced.
This commit is contained in:
parent
0e0eb67ca2
commit
89e82185d0
@ -5,4 +5,5 @@ Defaults env_keep += "FLATCAR_BUILD_ID COREOS_OFFICIAL \
|
||||
GNUPGHOME GPG_AGENT_INFO SSH_AUTH_SOCK \
|
||||
BOTO_PATH GOOGLE_APPLICATION_CREDENTIALS \
|
||||
USE FEATURES PORTAGE_USERNAME FORCE_STAGES \
|
||||
SIGNER \
|
||||
all_proxy ftp_proxy http_proxy https_proxy no_proxy"
|
||||
|
||||
@ -201,6 +201,7 @@ function setup_sdk_env() {
|
||||
GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME \
|
||||
GIT_PROXY_COMMAND GIT_SSH RSYNC_PROXY \
|
||||
GPG_AGENT_INFO FORCE_STAGES \
|
||||
SIGNER \
|
||||
all_proxy ftp_proxy http_proxy https_proxy no_proxy; do
|
||||
|
||||
if [ -n "${!var:-}" ] ; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user