We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64c41e0 commit 5f283e8Copy full SHA for 5f283e8
.drone.jsonnet
@@ -34,7 +34,6 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
34
'set -e',
35
'uname -a',
36
'echo $DRONE_STAGE_MACHINE',
37
- 'wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -',
38
] +
39
(if sources != [] then [ 'apt-get update' ] + [ ('apt-add-repository "' + source + '"') for source in sources ] else []) +
40
(if packages != "" then [ 'apt-get update', 'apt-get -y install ' + packages ] else []) +
0 commit comments