Skip to content

Commit

Permalink
fix: do not return run-user
Browse files Browse the repository at this point in the history
  • Loading branch information
vpa1977 committed Sep 27, 2024
1 parent a64b33d commit f8d8016
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions rockcraft/extensions/spring_boot.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ def get_part_snippet(self) -> Dict[str, Any]:

def get_root_snippet(self) -> Dict[str, Any]:
self._check_project()
return {
"run_user": "_daemon_",
}
return {}

def get_runtime_deps_part(self) -> Dict[str, Any]:
if "spring-boot-framework/runtime-deps" not in self.yaml_data.get("parts", {}):
Expand Down

0 comments on commit f8d8016

Please sign in to comment.