From 75f01470d7ab746469a622d3a954a5b605071c76 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 27 Sep 2020 23:00:39 +0200 Subject: [PATCH] base: fix refs to migrated repos --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b005ccf..49fdc7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,10 @@ steps: image: byrnedo/alpine-curl commands: - mkdir -p themes/hugo-geekdoc/ - - curl -L https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1 + - curl -L https://github.com/thegeeklab/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C themes/hugo-geekdoc/ --strip-components=1 - name: sync - image: xoxys/git-batch:latest + image: thegeeklab/git-batch commands: - git-batch @@ -45,7 +45,7 @@ steps: - hugo-official -b http://localhost/ - name: link-validation - image: xoxys/link-validator + image: thegeeklab/link-validator commands: - link-validator -ro environment: