BuildID: 2410
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 01.01.2023 @ 17:03
Time elapsed: 66 sec
---
SCM:
https://github.com/melezhik/kris.git
Git sha: 31889e4
Git comment: Update sparrow.yaml
tasks:
-
name: example_task
language: Bash
default: true
code: |
echo "Hello Kris!how are your yy going with your 6666"
[35m17:03:11[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
[35m17:03:14[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
[35m17:03:17[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/example_task][0m
[1;36m[dump code: task.bash][0m
[1] echo "Hello Kris!how are your yy going with your 6666"
[2]
[1;36m[task stdout][0m
[35m17:03:17[0m :: Hello Kris!how are your yy going with your 6666