Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 23, 2024
1 parent f9f9df3 commit 171015e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ jobs:
run: pip install -r requirements.txt

- name: Create project instance
run: cookiecutter . --no-input && cd ds-default

- name: Run pre-commit checks
run: pre-commit run --all-files --show-diff-on-failure --color always
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml && cd ds-gh-default
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"repo_name": "{{cookiecutter.__client_name_slug}}-{{cookiecutter.__project_name_slug}}",
"ci": [
"Github",
"Gitlab",
"GitLab",
"None"
],
"jupytext": [
Expand Down
5 changes: 5 additions & 0 deletions cookiecutter_default_gh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
default_context:
client_name: "ds"
project_name: "gh_default"
ci: "Github"
jupytext": "No"
5 changes: 5 additions & 0 deletions cookiecutter_default_gl.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
default_context:
client_name: "ds"
project_name: "gl_default"
ci: "GitLab"
jupytext": "No"

0 comments on commit 171015e

Please sign in to comment.