Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Don't add a new error
Browse files Browse the repository at this point in the history
  • Loading branch information
cole-h committed Dec 20, 2021
1 parent 9d79fe1 commit 29d8d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/Hydra/Helper/AddBuilds.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ sub validateDeclarativeJobset {
$update{nixexprpath} = undef;
$update{nixexprinput} = undef;
}
} else {
die "Missing jobset type";
}

my $enable_dynamic_run_command = defined $update{enable_dynamic_run_command} ? 1 : 0;
Expand Down

0 comments on commit 29d8d62

Please sign in to comment.