Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-melezhik-kris | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
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;
22:17:37 :: [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
22:17:40 :: [repository] - installing pack-unpack, version 0.000001
[task run: task.bash - unpack source archive]
[dump code: task.bash]
[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] 
[task stdout]
22:17:43 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/main]
[dump code: task.bash]
[1] set -e
[2] message=$(config message)
[3] echo "Hello Kris! I say [$message]"
[4] 
[task stdout]
22:17:44 :: Hello Kris! I say []
22:18:13 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/dump]
[dump code: task.raku]
[1] say config()<tasks>.perl;
[2] say config()<patent>.perl;
[3] 
[task stdout]
22:18:18 :: Any
22:18:18 :: Any