File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,11 +46,11 @@ jobs:
4646 - run : sudo apt-get install xvfb
4747 - name : Install JavaScript libraries via npm
4848 run : npm install
49- - name : set up CodeClimate test-reporter
50- run : |
51- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR
52- chmod +x $CCTR
53- $CCTR before-build
49+ # - name: set up CodeClimate test-reporter
50+ # run: |
51+ # curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > $CCTR
52+ # chmod +x $CCTR
53+ # $CCTR before-build
5454 - name : Prepare spec
5555 run : |
5656 rm -f osem_test osem_development
Original file line number Diff line number Diff line change 1616 - if (defined?(show_bio) && show_bio) && speaker.biography?
1717 .row.speakerbio
1818 .col-md-12
19- = markdown (speaker.biography)
19+ = restricted_markdown (speaker.biography, truncate: 500 )
You can’t perform that action at this time.
0 commit comments