chore(curriculum): remove BUILD_WITH_SUBMODULE env variable (#55654)

This commit is contained in:
Tom
2024-07-26 10:12:11 -05:00
committed by GitHub
parent 82ec052a3f
commit 99023bfcdc
11 changed files with 33 additions and 39 deletions

View File

@@ -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: |