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

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

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2322
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 25.12.2022 @ 04:29
Time elapsed: 145 sec
---
SCM: https://github.com/melezhik/zef.git
Git sha: 8a7053e
Git comment: Merge branch 'ugexe:main' into main
tasks:
  -
    name: test
    language: Bash
    default: true
    code: |
      set -e
      cd source
      raku -I. bin/zef test .
04:27:50 :: [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
04:27:55 :: [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]
04:27:58 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/test]
[dump code: task.bash]
[1] set -e
[2] cd source
[3] raku -I. bin/zef test .
[4] 
[task stdout]
04:28:44 :: ===> Testing: zef:ver<0.14.6>:auth<github:ugexe>:api<0>
04:29:07 :: ===> Testing [OK] for zef:ver<0.14.6>:auth<github:ugexe>:api<0>