mirror of
https://github.com/boostorg/core.git
synced 2025-07-30 12:57:26 +02:00
Update .drone.jsonnet
This commit is contained in:
@ -34,7 +34,6 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
|
|||||||
'set -e',
|
'set -e',
|
||||||
'uname -a',
|
'uname -a',
|
||||||
'echo $DRONE_STAGE_MACHINE',
|
'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 []) +
|
(if sources != [] then [ ('apt-add-repository "' + source + '"') for source in sources ] else []) +
|
||||||
(if packages != "" then [ 'apt-get update', 'apt-get -y install ' + packages ] else []) +
|
(if packages != "" then [ 'apt-get update', 'apt-get -y install ' + packages ] else []) +
|
||||||
|
Reference in New Issue
Block a user