mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Update .drone.jsonnet
This commit is contained in:
parent
5e451b6c84
commit
e3a2e88e4c
@ -32,6 +32,8 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
|
||||
commands:
|
||||
[
|
||||
'set -e',
|
||||
'uname -a',
|
||||
'echo $DRONE_STAGE_MACHINE',
|
||||
'wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -',
|
||||
] +
|
||||
(if sources != [] then [ ('apt-add-repository "' + source + '"') for source in sources ] else []) +
|
||||
|
Loading…
x
Reference in New Issue
Block a user