File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2
33refs :
44 container : &container
55 docker :
6- - image : node:10.24
6+ - image : node:14
77 working_directory : ~/repo
88 steps :
99 - &Versions
@@ -52,19 +52,19 @@ jobs:
5252 command : yarn release
5353 - *Post_to_dev_null
5454
55- nightly :
56- << : *container
57- steps :
58- - checkout
59- - *Versions
60- - *Install
61- - *Build
62- # - *Test
63- - *Post_to_dev_null
64- - run :
65- name : Post to Slack on FAILURE
66- command : npx ci slack --channel="dev" --text="** nightly build failed :scream:" --icon_emoji=tired_face
67- when : on_fail
55+ # nightly:
56+ # <<: *container
57+ # steps:
58+ # - checkout
59+ # - *Versions
60+ # - *Install
61+ # - *Build
62+ # # - *Test
63+ # - *Post_to_dev_null
64+ # - run:
65+ # name: Post to Slack on FAILURE
66+ # command: npx ci slack --channel="dev" --text="** nightly build failed :scream:" --icon_emoji=tired_face
67+ # when: on_fail
6868
6969workflows :
7070 version : 2
@@ -84,13 +84,13 @@ workflows:
8484 filters :
8585 branches :
8686 only : master
87- nightly :
88- triggers :
89- - schedule :
90- cron : ' 0 1 * * *'
91- filters :
92- branches :
93- only : master
94- jobs :
95- - nightly :
96- context : common-env-vars
87+ # nightly:
88+ # triggers:
89+ # - schedule:
90+ # cron: '0 1 * * *'
91+ # filters:
92+ # branches:
93+ # only: master
94+ # jobs:
95+ # - nightly:
96+ # context: common-env-vars
You can’t perform that action at this time.
0 commit comments