inkdevhub/swanky-cli

Remove artifacts and test reports history

codespool opened this issue · 0 comments

Overview (What and Why)

Keeping a history of artifacts has no practical advantage, and introduces unnecessary complexity to directory structure and config tracking.

How

  • stop tracking previous builds in config (ditch the timestamp)
  • overwrite the last build with new one
  • update all the commands that depend on artifacts

Definition of Done

  • changes are implemented and merged
  • docs updated

Open Issues and Blockers