BuildID: 2905
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 08.02.2023 @ 01:26
Time elapsed: 47 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!!!"
[35m01:26:41[0m :: [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
[35m01:26:43[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[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]
[1;36m[task stdout][0m
[35m01:26:45[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/main][0m
[1;36m[dump code: task.bash][0m
[1] echo "hello main - dev branch!!!"
[2]
[1;36m[task stdout][0m
[35m01:26:45[0m :: hello main - dev branch!!!