mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: Revert to relative ajax urls
This commit is contained in:
committed by
mrugesh mohapatra
parent
33a61fe074
commit
ca298e9bde
+2
-5
@@ -5,7 +5,7 @@ node_js:
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.npm"
|
||||
- '$HOME/.npm'
|
||||
|
||||
env:
|
||||
global:
|
||||
@@ -24,13 +24,10 @@ before_script:
|
||||
jobs:
|
||||
include:
|
||||
- stage: Unit and Integration tests
|
||||
script:
|
||||
- npm run ensure-env
|
||||
- npm test
|
||||
script: test
|
||||
|
||||
- stage: Artifacts builds
|
||||
if: branch = master && type != pull_request
|
||||
script: bash tools/ci-scripts/trigger-build.sh
|
||||
install: skip
|
||||
before_script: skip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user