mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
circleci config don’t restore npm cache before npm ci. restart cron.
This commit is contained in:
parent
64d430f1fd
commit
eabf2667d3
1 changed files with 17 additions and 1 deletions
|
@ -45,7 +45,7 @@ aliases:
|
|||
steps:
|
||||
- *restore_git_cache
|
||||
- checkout
|
||||
- *restore_npm_cache
|
||||
# - *restore_npm_cache
|
||||
- run:
|
||||
name: "Run npm test to build"
|
||||
command: |
|
||||
|
@ -134,3 +134,19 @@ workflows:
|
|||
- develop
|
||||
- /^hotfix\/.*/
|
||||
- /^release\/.*/
|
||||
test-build-cron:
|
||||
triggers:
|
||||
- schedule: # every 15 minutes
|
||||
cron: "0,15,30,45 * * * *"
|
||||
filters:
|
||||
branches:
|
||||
only: circleci-project-setup
|
||||
jobs:
|
||||
- build-staging:
|
||||
context:
|
||||
- scratch-www-all
|
||||
- scratch-www-staging
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
- circleci-project-setup # remove this before releasing
|
||||
|
|
Loading…
Reference in a new issue