Merge pull request #29 from flokli/update-comment-nix-eval-jobs

buildbot_nix: update comment
This commit is contained in:
Jörg Thalheim 2023-11-08 23:28:40 +01:00 committed by GitHub
commit 0ec8fcd740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,7 +131,7 @@ class NixEvalCommand(buildstep.ShellMixin, steps.BuildStep):
@defer.inlineCallbacks
def run(self) -> Generator[Any, object, Any]:
# run nix-instanstiate to generate the dict of stages
# run nix-eval-jobs --flake .#checks to generate the dict of stages
cmd: remotecommand.RemoteCommand = yield self.makeRemoteShellCommand()
yield self.runCommand(cmd)