Skip to content

Commit fc509ad

Browse files
authored
Merge pull request #453 from saz/master
Fix apt-key deprecation on Ubuntu
2 parents df3a0c4 + 0e0f286 commit fc509ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/os/Ubuntu.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ gitlab::repository_configuration:
66
comment: 'Official repository for GitLab Omnibus'
77
location: "https://packages.gitlab.com/gitlab/gitlab-ce/ubuntu"
88
key:
9-
id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F'
9+
name: 'gitlab_ce.asc'
1010
source: 'https://packages.gitlab.com/gpg.key'
1111
"gitlab_official_ee":
1212
comment: 'Official repository for GitLab Omnibus'
1313
location: "https://packages.gitlab.com/gitlab/gitlab-ee/ubuntu"
1414
key:
15-
id: 'F6403F6544A38863DAA0B6E03F01618A51312F3F'
15+
name: 'gitlab_ee.asc'
1616
source: 'https://packages.gitlab.com/gpg.key'

0 commit comments

Comments
 (0)