Skip to content

Commit

Permalink
[CI] Delete trusty PGP key install (#1966)
Browse files Browse the repository at this point in the history
As system has been migrated to Focal few month back
  • Loading branch information
malfet committed Jul 6, 2022
1 parent 8eb9a3f commit 8c4f244
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ setup_linux_system_environment: &setup_linux_system_environment
command: |
set -ex
# Set up CircleCI GPG keys for apt, if needed
curl -L https://packagecloud.io/circleci/trusty/gpgkey | sudo apt-key add -
# Stop background apt updates. Hypothetically, the kill should not
# be necessary, because stop is supposed to send a kill signal to
# the process, but we've added it for good luck. Also
Expand Down
3 changes: 0 additions & 3 deletions .circleci/config.yml.in
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ setup_linux_system_environment: &setup_linux_system_environment
command: |
set -ex

# Set up CircleCI GPG keys for apt, if needed
curl -L https://packagecloud.io/circleci/trusty/gpgkey | sudo apt-key add -

# Stop background apt updates. Hypothetically, the kill should not
# be necessary, because stop is supposed to send a kill signal to
# the process, but we've added it for good luck. Also
Expand Down

0 comments on commit 8c4f244

Please sign in to comment.