Export UTCTime

1 job for v0.0.2.0
latest
Status Job ID Name Coverage
  Build
failed #111
build

00:00:01

 
Name Stage Failure
failed
build Build
Skipping object checkout, Git LFS is not installed.

Skipping Git submodules setup
Executing "step_script" stage of the job script
$ export LC_ALL=C.UTF-8
$ nix-env -iA nixpkgs.stack
error: attribute 'nixpkgs' in selection path 'nixpkgs.stack' not found
Cleaning up file based variables
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).