diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 61cb5ca..e260ad6 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -347,7 +347,7 @@ class NixEvalCommand(buildstep.ShellMixin, steps.BuildStep): # run nix-eval-jobs --flake .#$FLAKE_TARGET_ATTRIBUTE_FOR_JOBS to generate the dict of stages cmd: remotecommand.RemoteCommand = yield self.makeRemoteShellCommand() build_props = self.build.getProperties() - project_name = build_props.get('event.project') + project_name = build_props.getProperty('event.project') yield self.runCommand(cmd)