fix: add --batch to gpg --dearmor in CI publish steps #7

Merged
will.anderson merged 1 commits from fix/ci-openssl-linker into dev 2026-05-06 23:17:14 +00:00
Owner

gpg tries to open /dev/tty when no TTY present in CI, causing GCP key setup to fail during artifact publish. --batch suppresses the interactive prompt.

gpg tries to open /dev/tty when no TTY present in CI, causing GCP key setup to fail during artifact publish. --batch suppresses the interactive prompt.
will.anderson added 1 commit 2026-05-06 22:58:27 +00:00
fix: add --batch to gpg --dearmor in publish steps
El SDK CI - dev / build-and-test (pull_request) Successful in 8m50s
dca741f915
gpg tries to open /dev/tty for passphrase input when no TTY is present
in CI, causing the GCP key setup to fail. --batch suppresses interactive
prompts and dearmoring doesn't require one anyway.
will.anderson merged commit d2940f5d1d into dev 2026-05-06 23:17:14 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/el#7