-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
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 srcI suppose that it should not be there.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels