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

SparrowCI Report - gh-melezhik-sparrowci-sandbox | [image: melezhik/sparrow:debian]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2549
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 10.01.2023 @ 21:42
Time elapsed: 72 sec
---
SCM: https://github.com/melezhik/sparrowci-sandbox.git
Git sha: 0cc7bd0
Git comment: dummy commit
image:
  - melezhik/sparrow:debian

secrets:
  - FEZ_TOKEN
tasks:
  - 
    name: test
    default: true
    followup:
      -
        name: release
    language: Bash
    code: |
      set -e
      env|grep SCM
      cd source
      zef test .
  -
    name: release
    if:
      language: Raku
      code: |
        update_state %( status => 'skip' )
          unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/;
    language: Bash
    code: |
      set -e
      zef install --/test https://github.com/tony-o/raku-fez.git

      cat << HERE > ~/.fez-config.json
       {"groups":[],"un":"melezhik","key":"$FEZ_TOKEN"}
      HERE

      cd source/
      zef install --/test fez

      tom --clean
      fez upload --unattended
21:42:05 :: [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
21:42:09 :: [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]
21:42:12 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] env|grep SCM
[3] cd source
[4] zef test .
[5] 
[task stdout]
21:42:12 :: SCM_URL=https://github.com/melezhik/sparrowci-sandbox.git
21:42:12 :: SCM_SHA=0cc7bd0
21:42:12 :: SCM_COMMIT_MESSAGE=dummy commit
21:42:14 :: ===> Testing: SparrowCI-SandBox:ver<0.0.6>:auth<zef:melezhik>
21:42:14 :: ===> Testing [OK] for SparrowCI-SandBox:ver<0.0.6>:auth<zef:melezhik>
21:42:24 :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
[task run: task.raku - tasks/release-if]
[dump code: task.raku]
[1] update_state %( status => 'skip' )
[2]   unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/;
[3] 
[task stdout]