reduce ci output size
This commit is contained in:
parent
23f27f8570
commit
85c95a035f
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ pages:
|
||||||
- zip -r ../site-en.zip ./
|
- zip -r ../site-en.zip ./
|
||||||
- cd ..
|
- cd ..
|
||||||
- git restore .
|
- git restore .
|
||||||
|
- rm -rf public/*
|
||||||
# Build the ES version (TODO: use a single build for all deployments)
|
# Build the ES version (TODO: use a single build for all deployments)
|
||||||
- "sed -i 's/^languages:.*/languages: [\"es\", \"en\", \"fr_SN\", \"pt_AO\"]/g' ../butter-box-ui/_config.yml"
|
- "sed -i 's/^languages:.*/languages: [\"es\", \"en\", \"fr_SN\", \"pt_AO\"]/g' ../butter-box-ui/_config.yml"
|
||||||
- sed -i "s/REPLACEME/comolamantequilla/g" _data/deployment.yml
|
- sed -i "s/REPLACEME/comolamantequilla/g" _data/deployment.yml
|
||||||
|
|
@ -65,6 +66,7 @@ pages:
|
||||||
- ls -la .
|
- ls -la .
|
||||||
- du -sh ./*
|
- du -sh ./*
|
||||||
- du -sh ./public/*
|
- du -sh ./public/*
|
||||||
|
- du -sh ./public/es/*
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue