Project: DSCI-runner

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/dsci-runner.git,
    SCM_SHA=main
disabled: false
keep_builds: 100
allow_manual_run: true
scm:
  url: https://github.com/melezhik/dsci-runner.git
  branch: main

Job

#!raku

bash "git branch --set-upstream-to=origin/main main", %(
  cwd => "{%*ENV<HOME>}/projects/dsci-runner",
);
git-scm tags()<SCM_URL>, %(
  to => "{%*ENV<HOME>}/projects/dsci-runner",
  branch => tags<SCM_BRANCH>
);

bash "raku -MSparrow6::DSL -e 1 && bash ./sync.sh", %(
  cwd => "{%*ENV<HOME>}/projects/dsci-runner",
);