tAdd CI config, remove old themes - andersdamsgaard.com - my photography webpage
HTML git clone git://src.adamsgaard.dk/andersdamsgaard.com
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 9d71fac1721e5c121a19ba849bfa0172bd08f5ce
DIR parent 80cd5871ec07e965def4eb371ff6be829051bfe8
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 28 Sep 2018 15:12:44 +0200
Add CI config, remove old themes
Diffstat:
A .gitlab-ci.yml | 20 ++++++++++++++++++++
D themes/ananke | 1 -
D themes/hugrid | 1 -
D themes/mainroad | 1 -
D themes/nederburg | 1 -
D themes/shopping-product-catalogue | 1 -
D themes/tale | 1 -
7 files changed, 20 insertions(+), 6 deletions(-)
---
DIR diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -0,0 +1,20 @@
+# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
+image: registry.gitlab.com/pages/hugo:latest
+
+variables:
+ GIT_SUBMODULE_STRATEGY: recursive
+
+test:
+ script:
+ - hugo
+ except:
+ - master
+
+pages:
+ script:
+ - hugo
+ artifacts:
+ paths:
+ - public
+ only:
+ - master
DIR diff --git a/themes/ananke b/themes/ananke
t@@ -1 +0,0 @@
-Subproject commit 6fe34fdd5e18dae90c79ce9b86dc28e3b7035a92
DIR diff --git a/themes/hugrid b/themes/hugrid
t@@ -1 +0,0 @@
-Subproject commit 6fd4b20fe0210421a60df7eb587aee78d5dc708c
DIR diff --git a/themes/mainroad b/themes/mainroad
t@@ -1 +0,0 @@
-Subproject commit 2ff049fb4a08d2870c807256a249fcef815b2e66
DIR diff --git a/themes/nederburg b/themes/nederburg
t@@ -1 +0,0 @@
-Subproject commit 516c7c6c43aa0c37bb7fdcec692a004273717e02
DIR diff --git a/themes/shopping-product-catalogue b/themes/shopping-product-catalogue
t@@ -1 +0,0 @@
-Subproject commit 0e96aa8c951fe768e73fb4a26540c3b952372726
DIR diff --git a/themes/tale b/themes/tale
t@@ -1 +0,0 @@
-Subproject commit bca7bbbad716a8d466bab14be102e83f1e5c169a