We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e8802 commit 68a9e0dCopy full SHA for 68a9e0d
.drone.jsonnet
@@ -32,6 +32,8 @@ local linux_pipeline(name, image, environment, packages = "", sources = [], arch
32
commands:
33
[
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-add-repository "' + source + '"') for source in sources ] else []) +
0 commit comments