Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thegeeklab/hugo-geekblog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Kaussow <mail@geeklabor.de>2020-07-08 22:28:58 +0300
committerRobert Kaussow <mail@geeklabor.de>2020-07-08 22:28:58 +0300
commit928490653ae2b454acc005a5bfa310357f613476 (patch)
tree37a16e06f644431c403f3b43eed673eeec7dccf0 /.drone.yml
parentd6191beb407d3fe3c62f68d83b9c8618415a8a81 (diff)
temp disable beatify step in civ0.1.1-beta2
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.drone.yml b/.drone.yml
index 586dbfc..f3e1bf8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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
@@ -216,6 +216,6 @@ depends_on:
---
kind: signature
-hmac: 12880ca35134fefa3baf9363fa7484c28dc6c3e9fda2d2c5054de95364fbf9e1
+hmac: ce011bff448074da3a6d32dd762b0e24d3f23dc72c76aeccdc1de62d7d49c230
...