mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-22 03:42:35 +03:00
Upgrade CC-Dj 2023-05-16 B
This commit is contained in:
parent
b792798a55
commit
5963496a3c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -74,8 +74,8 @@ jobs:
|
||||||
args: "frontend_pipeline=Gulp"
|
args: "frontend_pipeline=Gulp"
|
||||||
- name: Webpack
|
- name: Webpack
|
||||||
args: "frontend_pipeline=Webpack use_heroku=y"
|
args: "frontend_pipeline=Webpack use_heroku=y"
|
||||||
- name: Email Username
|
- name: Email
|
||||||
args: "username_type=email ci_tool=Github"
|
args: "ci_tool=Github"
|
||||||
|
|
||||||
name: "Bare metal ${{ matrix.script.name }}"
|
name: "Bare metal ${{ matrix.script.name }}"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -43,8 +43,8 @@ def context():
|
||||||
|
|
||||||
|
|
||||||
SUPPORTED_COMBINATIONS = [
|
SUPPORTED_COMBINATIONS = [
|
||||||
{"username_type": "username"},
|
# {"username_type": "username"},
|
||||||
{"username_type": "email"},
|
# {"username_type": "email"},
|
||||||
{"open_source_license": "MIT"},
|
{"open_source_license": "MIT"},
|
||||||
{"open_source_license": "BSD"},
|
{"open_source_license": "BSD"},
|
||||||
{"open_source_license": "GPLv3"},
|
{"open_source_license": "GPLv3"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user