Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

gitignored file in repo #243

@djmitche

Description

@djmitche

The file Dockerfile.test is covered by the *.test in the .gitignore file. This causes issues when using go dep, as it imports the repo but git ignores that file, leading to it not being vendored.

Fixes:

  • rename Dockerfile.test to something that isn't ignored (e.g., test-Dockerfile)
  • adjust the .gitignore to not ignore this file

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions