+ New builder templates
This commit is contained in:
13
ci/builders.yml
Normal file
13
ci/builders.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
# This defines a script which all builders can basically inherit from
|
||||
.builder:
|
||||
stage: build
|
||||
image: shockrah/website:latest
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
script:
|
||||
- hugo
|
||||
artifacts:
|
||||
paths:
|
||||
- public/
|
||||
|
||||
Reference in New Issue
Block a user