mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
cache generated images folder
This commit is contained in:
parent
a6f41558cd
commit
2b63b30098
10
.ci/setup.sh
10
.ci/setup.sh
@ -2,7 +2,17 @@
|
||||
|
||||
set -e;
|
||||
|
||||
echo "$(tput setaf 136)"
|
||||
echo " Installing dependencies "
|
||||
echo "============================================="
|
||||
echo "$(tput sgr0)" # reset
|
||||
|
||||
npm install gulp bower -g
|
||||
npm install
|
||||
bower install
|
||||
bundle install
|
||||
|
||||
echo "$(tput setaf 64)" # green
|
||||
echo "---------------------------------------------"
|
||||
echo " ✓ done installing dependencies"
|
||||
echo "$(tput sgr0)" # reset
|
||||
|
@ -8,6 +8,7 @@ cache:
|
||||
directories:
|
||||
- node_modules
|
||||
- bower_components
|
||||
- _site/media/gen
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
|
Loading…
Reference in New Issue
Block a user