do not rebuild for pages
This commit is contained in:
parent
9164cb181f
commit
5bbe60e577
1 changed files with 3 additions and 6 deletions
|
|
@ -15,7 +15,7 @@ test:
|
||||||
paths:
|
paths:
|
||||||
- test
|
- test
|
||||||
except:
|
except:
|
||||||
- master
|
- butter-box
|
||||||
|
|
||||||
build:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
@ -27,14 +27,11 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- content.zip
|
- content.zip
|
||||||
|
only:
|
||||||
|
- butter-box
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
script:
|
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y zip
|
|
||||||
- bundle exec jekyll build -d butter-site
|
|
||||||
- zip -r content.zip butter-site
|
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- content.zip
|
- content.zip
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue