mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 13:06:59 +02:00
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.
10 lines
546 B
Plaintext
10 lines
546 B
Plaintext
Defaults env_keep += "FLATCAR_BUILD_ID COREOS_OFFICIAL \
|
|
EMAIL GIT_AUTHOR_EMAIL GIT_AUTHOR_NAME \
|
|
GIT_COMMITTER_EMAIL GIT_COMMITTER_NAME \
|
|
GIT_PROXY_COMMAND GIT_SSH RSYNC_PROXY \
|
|
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"
|