BuildID: 2578
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 12.01.2023 @ 20:41
Time elapsed: 78 sec
---
SCM:
https://github.com/melezhik/kris.git
Git sha: 3081e2b
Git comment: test
tasks:
-
name: example_task
language: Bash
default: true
code: |
echo "Hello Kris! how are you?"
if:
language: Raku
code: |
#say "skip this task ...";
#update_state %( status => "skip")
[35m20:40:49[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
[35m20:40:53[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
[35m20:40:55[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.raku - tasks/example_task-if][0m
[1;36m[dump code: task.raku][0m
[1] #say "skip this task ...";
[2] #update_state %( status => "skip")
[3]
[1;36m[task stdout][0m
[1;36m[task run: task.bash - tasks/example_task][0m
[1;36m[dump code: task.bash][0m
[1] echo "Hello Kris! how are you?"
[2]
[1;36m[task stdout][0m
[35m20:40:57[0m :: Hello Kris! how are you?