Streamline pipelines
This commit is contained in:
parent
1948071196
commit
95b683d224
@ -1,4 +1,19 @@
|
|||||||
build:
|
test:
|
||||||
|
image: python
|
||||||
|
stage: test
|
||||||
|
before_script:
|
||||||
|
- wget https://github.com/getzola/zola/releases/download/v0.12.2/zola-v0.12.2-x86_64-unknown-linux-gnu.tar.gz -O zola.tgz
|
||||||
|
- tar zxvf zola.tgz
|
||||||
|
- git clone https://github.com/getzola/book.git themes/book/
|
||||||
|
script:
|
||||||
|
- ./zola build
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pages:
|
||||||
image: python
|
image: python
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
@ -10,15 +25,5 @@ build:
|
|||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
except:
|
||||||
pages:
|
|
||||||
stage: deploy
|
|
||||||
script:
|
|
||||||
- ls -lah public/
|
|
||||||
dependencies:
|
|
||||||
- build
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- public
|
|
||||||
only:
|
|
||||||
- master
|
- master
|
||||||
|
@ -8,5 +8,5 @@ insert_anchor_links = "right"
|
|||||||
|
|
||||||
Click on a link in the list below to go to that page:
|
Click on a link in the list below to go to that page:
|
||||||
|
|
||||||
1. [Building notes for the FT Mighty Mini Arrow](../../model-build-notes/building-notes-for-the-ft-mighty-mini-arrow)
|
1. [Build notes for the FT Mighty Mini Arrow](../../model-build-notes/build-notes-for-the-ft-mighty-mini-arrow)
|
||||||
1. [Mini Drak build condensed instructions](../../model-build-notes/mini-drak-build-condensed-instructions)
|
1. [Mini Drak build condensed instructions](../../model-build-notes/mini-drak-build-condensed-instructions)
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
title = "Building notes for the FT Mighty Mini Arrow"
|
title = "Build notes for the FT Mighty Mini Arrow"
|
||||||
weight = 0
|
weight = 0
|
||||||
sort_by = "weight"
|
sort_by = "weight"
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
Loading…
Reference in New Issue
Block a user