Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker image tag by removing trailing special chars in benchmark …
…id (#125) Continue from #111 to fix #115. Some `benchmark.id` has a trailing `_`, which caused [this error](#115 (comment)) when concat with `-{sample_id}`. This PR fixes this error and cleans up code by moving all steps to fix the docker tag after appending `-{sample_id}`.
- Loading branch information