summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-02-08 12:56:05 +0100
committerBastien Nocera <hadess@hadess.net>2020-02-08 13:47:31 +0100
commit2d4544955ee2b2058a539c3f2ceb91b235bd5217 (patch)
tree90dd07ce138eddbc386132dc5952e5602747ffc5 /.gitlab-ci.yml
parent5d56ce04729ed3a2d8794f1d46586423cde23fe2 (diff)
downloadshared-mime-info-2d4544955ee2b2058a539c3f2ceb91b235bd5217.tar.gz
build: Move data files to data/
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 91885959..1f916fd8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ build:
- dnf update -y --nogpgcheck && dnf install -y --nogpgcheck $DEPENDENCIES
script:
# Generate spec
- - xmlto -o shared-mime-info-spec-html/ html-nochunks shared-mime-info-spec.xml
+ - xmlto -o shared-mime-info-spec-html/ html-nochunks data/shared-mime-info-spec.xml
# Compile xdgmime
- git clone https://gitlab.freedesktop.org/xdg/xdgmime.git
- cd xdgmime