10th try.
This commit is contained in:
parent
a4ed83d0bd
commit
afc2966e92
|
@ -77,7 +77,7 @@ steps:
|
||||||
- grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"
|
- grep -l -r "http://www.amazon.co.jp/exec" content/ | sort | uniq | xargs -t --no-run-if-empty sed -i -e "s/http:\/\/www.amazon.co.jp\/exec/https:\/\/www.amazon.co.jp\/exec/g"
|
||||||
|
|
||||||
- name: generate-ogp-images
|
- name: generate-ogp-images
|
||||||
image: reg.kazu634.com/kazu634/tcardgen:v0.1
|
image: reg.kazu634.com/kazu634/tcardgen:v0.2
|
||||||
environment:
|
environment:
|
||||||
OGP_DIR: static/ogp/
|
OGP_DIR: static/ogp/
|
||||||
CONTENT_DIR: content/
|
CONTENT_DIR: content/
|
||||||
|
|
Loading…
Reference in New Issue