Home Quick start All builds News Donations
More
Log In
Light Theme Docs
Workers

SparrowCI Report - gh-ispyhumanfly-raku-dotenv | [image: NA]

  • Summary
  • Pipeline YAML
  • Report
BuildID: 2670
Status: FAIL
Image:
Worker status: OK
---
Date: 18.01.2023 @ 18:38
Time elapsed: 16 sec
---
SCM: https://github.com/ispyhumanfly/raku-dotenv
Git sha: 45e9b4b
Git comment: CI/CD experiments.
tasks:
        name: test
        default: true
        language: Bash
        code: |
            set -e
            set -x
            zef build .
            zef install .
        depends:
            -
                name: install-zef-deps
tasks should be an array