mirror of
https://github.com/boostorg/container_hash.git
synced 2025-08-04 15:04:39 +02:00
Add diagnostic output to .drone.jsonnet
This commit is contained in:
@@ -32,6 +32,10 @@ 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 []) +
|
||||
|
Reference in New Issue
Block a user