This commit is contained in:
Robert Kaussow 2020-11-08 21:18:22 +01:00
parent 346ac3c82f
commit 61b42b047d
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 50 additions and 49 deletions

View File

@ -7,63 +7,64 @@ platform:
arch: amd64 arch: amd64
steps: steps:
# - name: assets - name: assets
# image: node:lts image: node:lts
# commands: commands:
# - npm install -g gulp - npm install -g gulp
# - npm install - npm install
# - gulp default - gulp default
# environment: environment:
# FORCE_COLOR: true FORCE_COLOR: true
# NPM_CONFIG_LOGLEVEL: error NPM_CONFIG_LOGLEVEL: error
# - name: testbuild - name: testbuild
# image: klakegg/hugo:0.74.3-ext-alpine image: klakegg/hugo:0.74.3-ext-alpine
# commands: commands:
# - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog - mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekblog
# - hugo-official -s exampleSite/ -b http://localhost/ - hugo-official -s exampleSite/ -b http://localhost/
# - name: html-validation - name: html-validation
# image: thegeeklab/vnu image: thegeeklab/vnu
# commands: commands:
# - vnu --skip-non-html --also-check-css --errors-only exampleSite/public - vnu --skip-non-html --also-check-css --errors-only exampleSite/public
# - name: link-validation - name: link-validation
# image: thegeeklab/link-validator image: thegeeklab/link-validator
# commands: commands:
# - link-validator -ro - link-validator -ro
# environment: environment:
# LINK_VALIDATOR_BASE_DIR: exampleSite/public LINK_VALIDATOR_BASE_DIR: exampleSite/public
# - name: page-validation - name: page-validation
# image: thegeeklab/lhci image: thegeeklab/lhci
# commands: commands:
# - lhci autorun - lhci autorun
# environment: environment:
# LHCI_SERVER_URL: https://drone-artifact.rknet.org/${DRONE_REPO_NAME}/ LHCI_SERVER_URL: https://drone-artifact.rknet.org/${DRONE_REPO_NAME}/
# - name: page-validation-upload - name: page-validation-upload
# image: plugins/s3 image: plugins/s3
# settings: settings:
# access_key: access_key:
# from_secret: s3_access_key from_secret: s3_access_key
# bucket: drone-artifact bucket: drone-artifact
# endpoint: https://sp.rknet.org endpoint: https://sp.rknet.org
# path_style: true path_style: true
# secret_key: secret_key:
# from_secret: s3_secret_access_key from_secret: s3_secret_access_key
# source: lhci_reports/dist/* source: lhci_reports/dist/*
# strip_prefix: lhci_reports/dist/ strip_prefix: lhci_reports/dist/
# target: /${DRONE_REPO_NAME} target: /${DRONE_REPO_NAME}
# when: when:
# status: status:
# - failure - failure
# - success - success
- name: page-validation-link - name: page-validation-link
image: thegeeklab/drone-github-comment image: thegeeklab/drone-github-comment
settings: settings:
api_key: "dummy" api_key:
from_secret: github_token
key: pr-${DRONE_PULL_REQUEST} key: pr-${DRONE_PULL_REQUEST}
message: lhci_reports/dist/summary.md message: lhci_reports/dist/summary.md
update: true update: true
@ -242,6 +243,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: def24842a8394087e7ee34f93370366a79184d6faffcd06347f9e6ffbce6ae11 hmac: aed300317299ce213f8f6369180d0563514592592ab4221299f3410d4f9d0ef3
... ...