mirror of
https://github.com/thegeeklab/prometheus-pve-sd.git
synced 2024-11-22 01:10:39 +00:00
update to hugo:0.97.3 in ci
This commit is contained in:
parent
5fddbbecb1
commit
5047a183aa
@ -341,7 +341,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'testbuild',
|
name: 'testbuild',
|
||||||
image: 'thegeeklab/hugo:0.93.2',
|
image: 'thegeeklab/hugo:0.97.3',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo --panicOnWarning -s docs/ -b http://localhost/',
|
'hugo --panicOnWarning -s docs/ -b http://localhost/',
|
||||||
],
|
],
|
||||||
@ -358,7 +358,7 @@ local PipelineDocs = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'build',
|
name: 'build',
|
||||||
image: 'thegeeklab/hugo:0.93.2',
|
image: 'thegeeklab/hugo:0.97.3',
|
||||||
commands: [
|
commands: [
|
||||||
'hugo --panicOnWarning -s docs/',
|
'hugo --panicOnWarning -s docs/',
|
||||||
],
|
],
|
||||||
|
14
.drone.yml
14
.drone.yml
@ -55,7 +55,7 @@ steps:
|
|||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
- poetry config experimental.new-installer false
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run prometheus-pve-sd --help
|
- poetry run prometheus-pve-sd --help
|
||||||
environment:
|
environment:
|
||||||
@ -69,7 +69,7 @@ steps:
|
|||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
- poetry config experimental.new-installer false
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run prometheus-pve-sd --help
|
- poetry run prometheus-pve-sd --help
|
||||||
environment:
|
environment:
|
||||||
@ -83,7 +83,7 @@ steps:
|
|||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
- poetry config experimental.new-installer false
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run prometheus-pve-sd --help
|
- poetry run prometheus-pve-sd --help
|
||||||
environment:
|
environment:
|
||||||
@ -97,7 +97,7 @@ steps:
|
|||||||
- pip install poetry poetry-dynamic-versioning -qq
|
- pip install poetry poetry-dynamic-versioning -qq
|
||||||
- poetry config experimental.new-installer false
|
- poetry config experimental.new-installer false
|
||||||
- poetry install
|
- poetry install
|
||||||
- poetry run pytest
|
- poetry run pytest --cov-append
|
||||||
- poetry version
|
- poetry version
|
||||||
- poetry run prometheus-pve-sd --help
|
- poetry run prometheus-pve-sd --help
|
||||||
environment:
|
environment:
|
||||||
@ -499,7 +499,7 @@ steps:
|
|||||||
NPM_CONFIG_LOGLEVEL: error
|
NPM_CONFIG_LOGLEVEL: error
|
||||||
|
|
||||||
- name: testbuild
|
- name: testbuild
|
||||||
image: thegeeklab/hugo:0.93.2
|
image: thegeeklab/hugo:0.97.3
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -s docs/ -b http://localhost/
|
- hugo --panicOnWarning -s docs/ -b http://localhost/
|
||||||
|
|
||||||
@ -511,7 +511,7 @@ steps:
|
|||||||
LINK_VALIDATOR_BASE_DIR: docs/public
|
LINK_VALIDATOR_BASE_DIR: docs/public
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: thegeeklab/hugo:0.93.2
|
image: thegeeklab/hugo:0.97.3
|
||||||
commands:
|
commands:
|
||||||
- hugo --panicOnWarning -s docs/
|
- hugo --panicOnWarning -s docs/
|
||||||
|
|
||||||
@ -649,6 +649,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 459bbb4557cfb9989c2ff97fbe1f072804d5539b8f4778d514595b0690b76b64
|
hmac: bdcf6316a232376f879e282922dd5f0749f005a896d77495049bfdc0eb36fdbf
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user