famous-city-17122
08/18/2022, 6:48 AMbusy-agent-35515
08/18/2022, 7:28 AM/tmp/base
directory after the first run and it's not cleaned upinfracost comment gitlab
command you can add a new line with something like - rm -rf /tmp/base
as a last stepgit clone
step to pull your base branch - it is needed to create a baseline for comparisonfamous-city-17122
08/18/2022, 8:19 AM- Remove-Item -Recurse -Force /tmp/base
After the changes are made for existing merge request, will additional comment from Infracost appear?busy-agent-35515
08/18/2022, 8:20 AMinfracost comment
command has a --behavior
flag that supports 3 options: new
, update
, delete-and-new
, where update
is default. Update means it will update content of its latest commentupdate
famous-city-17122
08/18/2022, 8:30 AMbusy-agent-35515
08/18/2022, 8:31 AM