From 5c7ec1993eef47c9fc68c9830527faa25caa49c6 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Thu, 29 Apr 2021 12:39:17 +0000
Subject: [PATCH] Add new file

---
 .gitlab-ci.yml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..59ed905
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,13 @@
+pages-devel:    
+  stage: deploy
+  script:
+    - cp -r ckanext-theme_hft/* /usr/lib/ckan/default/src/ckanext-theme_hft/
+    - cd /usr/lib/ckan/default/src/ckanext-theme_hft
+    - python setup.py develop
+  artifacts:
+    paths:
+      - ckanext-theme_hft
+  tags: 
+    - testing
+  only:
+    - testing
-- 
GitLab