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

SparrowCI Report - branch-melezhik-sparrowci-test-Dev | [image: melezhik/sparrow:alpine]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2869
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 06.02.2023 @ 16:42
Time elapsed: 50 sec
---
SCM: https://github.com/melezhik/sparrowci-test.git
Git sha: 5ca56b3
Git comment: test dev branch
tasks:
    -
        name: main
        default: true
        language: Bash
        code: |
            echo "hello main - dev branch!!!"
        
16:42:00 :: [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
16:42:03 :: [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]
16:42:05 :: tar -xzf source.tar.gz 
[task run: task.bash - tasks/main]
[dump code: task.bash]
[1] echo "hello main - dev branch!!!"
[2] 
[task stdout]
16:42:05 :: hello main - dev branch!!!