mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-13 06:04:13 -04:00
chore(curriculum): remove BUILD_WITH_SUBMODULE env variable (#55654)
This commit is contained in:
4
.github/workflows/e2e-playwright.yml
vendored
4
.github/workflows/e2e-playwright.yml
vendored
@@ -48,8 +48,6 @@ jobs:
|
||||
- name: Set freeCodeCamp Environment Variables
|
||||
run: |
|
||||
cp sample.env .env
|
||||
echo 'BUILD_WITH_SUBMODULE=true' >> .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
@@ -132,8 +130,6 @@ jobs:
|
||||
- name: Set freeCodeCamp Environment Variables
|
||||
run: |
|
||||
cp sample.env .env
|
||||
echo 'BUILD_WITH_SUBMODULE=true' >> .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Install and Build
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user