From 486b4910c172bfe41e114acd139d41cda7d13da0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 22 Apr 2021 11:03:15 +0200 Subject: [PATCH] Reconfigure drone to use the downloaded theme --- .drone.yml | 5 ++--- .gitignore | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9798452..185d9a8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,9 +17,8 @@ steps: pull: true group: build-static commands: - - cd themes - - mkdir vikunja - - cd vikunja + - mkdir themes/vikunja -p + - cd themes/vikunja - wget https://dl.vikunja.io/theme/vikunja-theme.tar.gz - tar -xzf vikunja-theme.tar.gz diff --git a/.gitignore b/.gitignore index 8cd8849..9eeea23 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ node_modules/ dist/ styles/ .yarn-cache +themes/vikunja/