Project: update

Build now

Configuration

sparrowdo:
  no_sudo: true
  no_index_update: false
  bootstrap: false
  format: default
  repo: https://sparrowhub.io/repo
  tags: >
    SCM_URL=https://github.com/melezhik/ci.sparrowhub.git
    SCM_SHA=master
disabled: false
keep_builds: 1000
allow_manual_run: true
scm:
  url: https://github.com/melezhik/ci.sparrowhub.git
  branch: master

Job

#!raku

%*ENV<SP6_DUMP_TASK_CODE> = False;

git-scm tags()<SCM_URL>, %(
  to => "{%*ENV<HOME>}/.sparky",
  branch => tags<SCM_BRANCH>
);