aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-11-28 00:04:58 -0500
committerThedro Neely <thedroneely@gmail.com>2019-11-28 00:04:58 -0500
commit5f4cc8a5f2f7f2a941bd174c6fba091cd6e924e1 (patch)
treee4ad341175d166d3fa2b9d4e488f1ffb4c98d76d /.drone.yml
parenta5d0beab1bdd2927419b3a881215189519738466 (diff)
downloadthedroneely.com-5f4cc8a5f2f7f2a941bd174c6fba091cd6e924e1.tar.gz
thedroneely.com-5f4cc8a5f2f7f2a941bd174c6fba091cd6e924e1.tar.bz2
thedroneely.com-5f4cc8a5f2f7f2a941bd174c6fba091cd6e924e1.zip
.drone.yml: Remove image path replace
No longer needed. We search using slugs now
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 8ce9b15..023ef6a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -155,8 +155,6 @@ steps:
- sed -i 's|""|"https://www.thedroneely.com/"|' generators/hugo/config.yaml
- grep baseURL generators/hugo/config.yaml
- - sed -i 's|/images/thumbnails|images/thumbnails|' generators/hugo/themes/tdro/layouts/partials/article-image.html
- - cat generators/hugo/themes/tdro/layouts/partials/article-image.html
- cd generators/hugo && ln -s ../../public/ public