influxdata / influx-cli

CLI for managing resources in InfluxDB v2
MIT License
61 stars 22 forks source link

fix: don't import non-existent/unused GPG private key #516

Closed bnpfeife closed 1 year ago

bnpfeife commented 1 year ago

The release-nightly workflow was failing as it was attempting to import the old signing key. This PR removes that statement as well as correctly supplies the "DEBIAN_FRONTEND" environment variable to the "apt-get" commands.