Upgrade CC-Dj 2023-05-16 B

This commit is contained in:
Alejandro Franco 2023-05-16 01:10:29 -06:00
parent b792798a55
commit 5963496a3c
2 changed files with 4 additions and 4 deletions

View File

@ -74,8 +74,8 @@ jobs:
args: "frontend_pipeline=Gulp"
- name: Webpack
args: "frontend_pipeline=Webpack use_heroku=y"
- name: Email Username
args: "username_type=email ci_tool=Github"
- name: Email
args: "ci_tool=Github"
name: "Bare metal ${{ matrix.script.name }}"
runs-on: ubuntu-latest

View File

@ -43,8 +43,8 @@ def context():
SUPPORTED_COMBINATIONS = [
{"username_type": "username"},
{"username_type": "email"},
# {"username_type": "username"},
# {"username_type": "email"},
{"open_source_license": "MIT"},
{"open_source_license": "BSD"},
{"open_source_license": "GPLv3"},