BuildID: 2581
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 12.01.2023 @ 22:18
Time elapsed: 106 sec
---
SCM:
https://github.com/melezhik/kris.git
Git sha: c63b3b3
Git comment: dump
tasks:
-
name: main
language: Bash
default: true
code: |
set -e
message=$(config message)
echo "Hello Kris! I say [$message]"
generator:
language: Raku
code: |
update_state %(
list => [
%(
config => { message => "How" },
),
%(
config => { message => "are you?" },
),
]
);
followup:
-
name: dump
-
name: dump
language: Raku
code: |
say config()<tasks>.perl;
say config()<patent>.perl;
[35m22:17:37[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
source directory does not yet exist, download source archive from storage
[35m22:17:40[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2]
[3] file=$(config file)
[4] dir=$(config dir)
[5]
[6] echo "tar -xzf $file "
[7]
[8] tar -xzf $file
[9]
[10] if test $dir; then
[11] ls -l $dir
[12] fi
[13]
[14]
[1;36m[task stdout][0m
[35m22:17:43[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/main][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2] message=$(config message)
[3] echo "Hello Kris! I say [$message]"
[4]
[1;36m[task stdout][0m
[35m22:17:44[0m :: Hello Kris! I say []
[35m22:18:13[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[1;36m[task run: task.raku - tasks/dump][0m
[1;36m[dump code: task.raku][0m
[1] say config()<tasks>.perl;
[2] say config()<patent>.perl;
[3]
[1;36m[task stdout][0m
[35m22:18:18[0m :: Any
[35m22:18:18[0m :: Any