mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat: Have travis bump submodule commits in docker build repository (#35216)
- [x] I have read [freeCodeCamp's contribution guidelines](https://github.com/freeCodeCamp/freeCodeCamp/blob/master/CONTRIBUTING.md). - [x] My pull request has a descriptive title (not a vague title like `Update index.md`) - [x] My pull request targets the `master` branch of freeCodeCamp. Co-authored-by: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
committed by
mrugesh mohapatra
parent
f70bf00b7e
commit
66f88f2082
+9
-2
@@ -21,5 +21,12 @@ before_script:
|
||||
- git config --global user.email team+camperbot@freeCodeCamp.org
|
||||
- git config --global user.name "CamperBot"
|
||||
|
||||
script:
|
||||
- npm run test
|
||||
jobs:
|
||||
include:
|
||||
- stage: Unit and Integration tests
|
||||
script: npm test
|
||||
|
||||
- stage: Artifacts builds
|
||||
if: branch = master && type != pull_request
|
||||
script: bash trigger-build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user