Skip to content

Commit

Permalink
Mark done when build completed
Browse files Browse the repository at this point in the history
  • Loading branch information
nevillelyh committed Oct 1, 2024
1 parent b00e09d commit ee1a032
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def build(args: argparse.Namespace) -> None:
subprocess.run(cmd, check=True)

logger.info('Monobase build completed')
mark_done('/srv/r8/monobase')


if __name__ == '__main__':
Expand Down

0 comments on commit ee1a032

Please sign in to comment.