mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-02 18:19:27 +00:00
Sudo the pipeline command
This commit is contained in:
parent
84f0bb4f34
commit
bb99d3bf9a
@ -47,8 +47,8 @@ steps:
|
||||
|
||||
# 3. Import keys into gpg
|
||||
- bash: |
|
||||
apt update
|
||||
apt install -y gpg
|
||||
sudo apt update
|
||||
sudo apt install -y gpg
|
||||
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.key
|
||||
gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.key
|
||||
gpg --list-keys --keyid-format LONG
|
||||
|
Loading…
x
Reference in New Issue
Block a user