Skip to content

Commit

Permalink
temp disable beatify step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jul 8, 2020
1 parent d6191be commit 9284906
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ steps:
commands:
- hugo-official -s exampleSite/

- name: beautify
image: node:lts-alpine
commands:
- npm install -g js-beautify
- html-beautify -r -f 'exampleSite/public/**/*.html'
environment:
FORCE_COLOR: true
NPM_CONFIG_LOGLEVEL: error
# - name: beautify
# image: node:lts-alpine
# commands:
# - npm install -g js-beautify
# - html-beautify -r -f 'exampleSite/public/**/*.html'
# environment:
# FORCE_COLOR: true
# NPM_CONFIG_LOGLEVEL: error

- name: publish
image: plugins/s3-sync
Expand Down Expand Up @@ -216,6 +216,6 @@ depends_on:

---
kind: signature
hmac: 12880ca35134fefa3baf9363fa7484c28dc6c3e9fda2d2c5054de95364fbf9e1
hmac: ce011bff448074da3a6d32dd762b0e24d3f23dc72c76aeccdc1de62d7d49c230

...

0 comments on commit 9284906

Please sign in to comment.