mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-09 06:04:17 -05:00
chore(curriculum): remove BUILD_WITH_SUBMODULE env variable (#55654)
This commit is contained in:
@@ -48,8 +48,6 @@ jobs:
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
cp sample.env .env
|
||||
echo 'BUILD_WITH_SUBMODULE=true' >> .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Install node_modules
|
||||
run: pnpm install
|
||||
|
||||
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: |
|
||||
|
||||
2
.github/workflows/e2e-third-party.yml
vendored
2
.github/workflows/e2e-third-party.yml
vendored
@@ -32,6 +32,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Checkout client-config
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
6
.github/workflows/e2e-with-new-api.yml
vendored
6
.github/workflows/e2e-with-new-api.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Checkout client-config
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
@@ -79,6 +81,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Create Image
|
||||
run: |
|
||||
@@ -96,6 +100,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Create Image
|
||||
run: |
|
||||
|
||||
2
.github/workflows/i18n-validate-builds.yml
vendored
2
.github/workflows/i18n-validate-builds.yml
vendored
@@ -32,8 +32,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 Dependencies
|
||||
run: pnpm install
|
||||
|
||||
2
.github/workflows/i18n-validate-prs.yml
vendored
2
.github/workflows/i18n-validate-prs.yml
vendored
@@ -34,8 +34,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 Dependencies
|
||||
run: pnpm install
|
||||
|
||||
9
.github/workflows/node.js-tests.yml
vendored
9
.github/workflows/node.js-tests.yml
vendored
@@ -56,7 +56,6 @@ jobs:
|
||||
run: |
|
||||
cp sample.env .env
|
||||
cat .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Install node_modules
|
||||
run: pnpm install
|
||||
@@ -104,8 +103,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: |
|
||||
@@ -142,9 +139,7 @@ jobs:
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
cp sample.env .env
|
||||
echo 'BUILD_WITH_SUBMODULE=true' >> .env
|
||||
cat .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
@@ -196,9 +191,7 @@ jobs:
|
||||
cp sample.env .env
|
||||
echo 'SHOW_UPCOMING_CHANGES=true' >> .env
|
||||
echo 'SHOW_NEW_CURRICULUM=true' >> .env
|
||||
echo 'BUILD_WITH_SUBMODULE=true' >> .env
|
||||
cat .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
@@ -249,9 +242,7 @@ jobs:
|
||||
- name: Set Environment variables
|
||||
run: |
|
||||
cp sample.env .env
|
||||
echo 'BUILD_WITH_SUBMODULE=true' >> .env
|
||||
cat .env
|
||||
# TODO: Remove this ^ after migration is complete
|
||||
|
||||
- name: Start MongoDB
|
||||
uses: supercharge/mongodb-github-action@b0a1493307c4e9b82ed61f3858d606c5ff190c64 # v1.10.0
|
||||
|
||||
@@ -27,6 +27,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Create Image
|
||||
run: |
|
||||
@@ -61,6 +63,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Create Image
|
||||
run: |
|
||||
@@ -78,6 +82,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Source Files
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
|
||||
- name: Create Image
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user