Skip to content

Commit fef48f5

Browse files
committed
test3
1 parent 7a1b694 commit fef48f5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/cd.yml

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
source venv/bin/activate
4343
chmod +x ./getEnv.sh && ./getEnv.sh
4444
python manage.py migrate
45-
env:
46-
DJANGO_SETTINGS_MODULE: api.settings
4745
4846
- name: Configure AWS credentials
4947
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/cloudFormation.yml

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ jobs:
9494
source venv/bin/activate
9595
chmod +x ./getEnv.sh && ./getEnv.sh
9696
python manage.py migrate
97-
env:
98-
DJANGO_SETTINGS_MODULE: api.settings
9997
10098
- name: Setup up Requirements
10199
run: |

0 commit comments

Comments
 (0)