mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 02:08:18 +00:00
ci: add lsb-release for hashicorp vault on ubuntu
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
run: "apt update"
|
||||
- name: "Install Hashicorp Vault"
|
||||
run: |
|
||||
apt-get install -y gpg
|
||||
apt-get install -y gpg lsb-release
|
||||
curl -fsSL https://apt.releases.hashicorp.com/gpg | gpg --yes --dearmor -o /usr/share/keyrings/hashicorp-archive-keyring.gpg
|
||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] https://apt.releases.hashicorp.com $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/hashicorp.list
|
||||
apt update
|
||||
|
||||
Reference in New Issue
Block a user