Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: planstorage functionality #222

Merged
merged 1 commit into from
May 10, 2023
Merged

fix: planstorage functionality #222

merged 1 commit into from
May 10, 2023

Conversation

fleroux514
Copy link
Contributor

@fleroux514 fleroux514 commented May 10, 2023

closes #217

  • planStorage.StorePlan() now stores plan files along the lock files in storage buckets
    image

  • stored plan files are deleted when a project's lock is released


if err != nil {
return nil, fmt.Errorf("error extracting plan: %v", err)
}
return &plansFilename, nil
}

func (gps *GithubPlanStorage) DeleteStoredPlan(storedPlanFilePath string) error {
return nil
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

`Not sure how to address here

@Spartakovic Spartakovic merged commit f2d4bf9 into main May 10, 2023
ben-of-codecraft pushed a commit to ben-of-codecraft/digger that referenced this pull request May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error storing tfplan file to gcp storage
2 participants