You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a problem on a PR that has 0 planed changes. atlantis apply ends up with an error:
atlantis plan
Ran Plan for 0 projects:
atlantis apply
stat /home/atlantis/.atlantis/repos/my_org/my_repo/87: no such file or directory
Previously (0.16.1) it worked as expected and just reported:
Ran Apply for 0 projects:
This is similar to #1575, but I think this is a bit different case. In our PR there are changes, but not to files listed in atlantis.yaml in project.
In 0.16.1 Atlantis did clone the repo and created the directory structure for such PRs. Atlantis apply then returned just message: Ran Apply for 0 projects:
In 0.17.2 however it just ends up with empty data-dir/repos/ folder and fails on apply later.
The text was updated successfully, but these errors were encountered:
We have a problem on a PR that has 0 planed changes.
atlantis apply
ends up with an error:Previously (
0.16.1
) it worked as expected and just reported:This is similar to #1575, but I think this is a bit different case. In our PR there are changes, but not to files listed in
atlantis.yaml
in project.apply
then returned just message:Ran Apply for 0 projects:
data-dir/repos/
folder and fails on apply later.The text was updated successfully, but these errors were encountered: