Skip to content

Commit

Permalink
don't use github-ci preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 authored and zeme-wana committed Nov 29, 2022
1 parent f6f20aa commit e374d1b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions nix/cells/cloud/pipelines.nix
Expand Up @@ -21,17 +21,6 @@ let
preset = {
# needed on top-level task to set runtime options
nix.enable = true;

github-ci = {
# Tullia tasks can run locally or on Cicero.
# When no facts are present we know that we are running locally and vice versa.
# When running locally, the current directory is already bind-mounted
# into the container, so we don't need to fetch the source from GitHub
# and we don't want to report a GitHub status.
enable = config.actionRun.facts != { };
repo = "input-output-hk/plutus";
sha = config.preset.github-ci.lib.getRevision "GitHub event" null;
};
};
};

Expand Down

0 comments on commit e374d1b

Please sign in to comment.