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

Bug; When a file is manually removed from the managed project repository, the pipeline fails #9

Open
kapiaszczyk opened this issue May 7, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kapiaszczyk
Copy link
Owner

Steps to reproduce a Bug

  1. Simulate a GitHub webhook for a push event and let the pipeline run (or start with a pulled repo)
  2. Delete a file
  3. Simulate a webhook again

Expected Result

The pipeline detects that there are uncommitted changes made to the repository and pulls the code.

Actual Result

The pipeline does not detect the change and tries to build a non-existent Dockerfile.

Severity/Priority

P0

@kapiaszczyk kapiaszczyk added the bug Something isn't working label May 7, 2024
@kapiaszczyk kapiaszczyk self-assigned this May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant