Skip to content

Spurious .github directory when using GitLabCI #484

@fedeinthemix

Description

@fedeinthemix

I use the following template to setup a project hosted on GitLab

using PkgTemplates

t = Template(;
             dir="~/tmp/julia",
             user="name",
             authors=["name <name@earth.universe>"],
             plugins=[
                 License(name="MIT"),
                 Git(),
                 GitLabCI(), #file = "gitlab-ci.yaml"),
                 Documenter{GitLabCI}(;
                     devbranch=nothing,
                     edit_link=:devbranch,
                 ),
             ],
             )

t("Example_GitLab")

After I generate the project skeleton I find a spurious .github directory

$ ls -a
.   docs  .github     .gitlab-ci.yml  Manifest.toml  README.md  test
..  .git  .gitignore  LICENSE         Project.toml   src

I suppose that it should not be there.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions