BuildID: 2999
Status: OK
Image: melezhik/sparrow:debian
Worker status: OK
---
Date: 10.02.2023 @ 04:10
Time elapsed: 61 sec
---
SCM:
https://github.com/melezhik/SparrowCI.git
Git sha: 89a4799
Git comment: skip_ci
image:
- melezhik/sparrow:debian
secrets:
- FEZ_TOKEN
tasks:
-
name: test
default: true
if:
language: Raku
code: |
if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'skip_ci'/ {
update_state %( status => 'skip' )
}
followup:
-
name: release
language: Bash
code: |
set -e
env|grep SCM
sudo apt-get install -y libarchive13 libcurl4-openssl-dev > /dev/null
cd source
zef install --/test \
https://github.com/bduggan/p6-digest-sha1-native/archive/refs/tags/0.05.tar.gz
zef install "Pakku:ver<ava-1>" --/test
pakku add noprecomp notest to home .
#zef install --/test .
-
name: release
if:
language: Raku
code: |
unless %*ENV<SCM_COMMIT_MESSAGE> ~~ /'release!'/ {
update_state %( status => 'skip' )
}
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",
"bundlers": ["Fez::Util::Pax"]
}
HERE
cd source/
tom --clean
fez -v
fez upload --unattended
[35m04:10:44[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
[35m04:10:47[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
[35m04:10:49[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.raku - tasks/test-if][0m
[1;36m[dump code: task.raku][0m
[1] if %*ENV<SCM_COMMIT_MESSAGE> ~~ /'skip_ci'/ {
[2] update_state %( status => 'skip' )
[3] }
[4]
[1;36m[task stdout][0m