Updating omegamma, finishing final CI touches
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
e7e6ec184c
commit
6eb18669d1
2 changed files with 4 additions and 7 deletions
|
@ -25,8 +25,6 @@ steps:
|
||||||
- name: Build dev.ad5001.eu
|
- name: Build dev.ad5001.eu
|
||||||
image: xdevbase/hugo-builder:latest
|
image: xdevbase/hugo-builder:latest
|
||||||
commands:
|
commands:
|
||||||
- ls themes/omegamma
|
|
||||||
- ls themes/omegamma/layouts/shortcodes
|
|
||||||
- hugo -b https://dev.ad5001.eu
|
- hugo -b https://dev.ad5001.eu
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
|
@ -49,10 +47,9 @@ steps:
|
||||||
branch: [ main ]
|
branch: [ main ]
|
||||||
|
|
||||||
- name: Build ad5001.eu
|
- name: Build ad5001.eu
|
||||||
image: plugins/hugo
|
image: xdevbase/hugo-builder:latest
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.80
|
- hugo -b https://ad5001.eu
|
||||||
validate: true
|
|
||||||
when:
|
when:
|
||||||
event: [ push, tag ]
|
event: [ push, tag ]
|
||||||
branch: [ prod ]
|
branch: [ prod ]
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit cf25bd95fb2d9448939d58966a62225b82911cc0
|
Subproject commit 5e72906101b9aa8b80966690d844581897c3d0e0
|
Loading…
Reference in a new issue