Skip to content

Commit 24b5bb6

Browse files
committed
Update .drone.jsonnet
1 parent d513ed1 commit 24b5bb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.drone.jsonnet

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
3434
'set -e',
3535
'uname -a',
3636
'echo $DRONE_STAGE_MACHINE',
37-
'wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -',
3837
] +
3938
(if sources != [] then [ ('apt-add-repository "' + source + '"') for source in sources ] else []) +
4039
(if packages != "" then [ 'apt-get update', 'apt-get -y install ' + packages ] else []) +

0 commit comments

Comments
 (0)