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

SparrowCI Report - gh-melezhik-kris | [image: NA]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2585
Status: FAIL
Image:
Worker status: OK
---
Date: 13.01.2023 @ 17:13
Time elapsed: 20 sec
---
SCM: https://github.com/melezhik/kris.git
Git sha: a279100
Git comment: hub
tasks:
  -
    name: main
    language: Raku
    code: |
      say config().perl;
    depends:
      -
        name: task1
  -
    name: task1
    language: Raku
    code: |
      say "Hello Kris! You say [{config()<message>}]";
      update_state %( MessagE => [config()<message>}]" );
    hub:
      language: Raku
      code: |
        update_state %(
          list => [
              %(
                config =>  { message => "How" },
              ),
              %(
                config => { message => "are you?" },
              ),            
          ]
        );
    followup:
      -
        name: dump
  -
    name: dump
    language: Raku
    config:
      foo: bar
    code: |
      say config()<foo>;
      say config()<parent>.perl;
default task is not found