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
|
||||
image: xdevbase/hugo-builder:latest
|
||||
commands:
|
||||
- ls themes/omegamma
|
||||
- ls themes/omegamma/layouts/shortcodes
|
||||
- hugo -b https://dev.ad5001.eu
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
|
@ -49,10 +47,9 @@ steps:
|
|||
branch: [ main ]
|
||||
|
||||
- name: Build ad5001.eu
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.80
|
||||
validate: true
|
||||
image: xdevbase/hugo-builder:latest
|
||||
commands:
|
||||
- hugo -b https://ad5001.eu
|
||||
when:
|
||||
event: [ push, tag ]
|
||||
branch: [ prod ]
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cf25bd95fb2d9448939d58966a62225b82911cc0
|
||||
Subproject commit 5e72906101b9aa8b80966690d844581897c3d0e0
|
Loading…
Reference in a new issue