aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgabrielgio <gabriel.giovanini@pm.me>2020-07-12 01:12:52 +0200
committergabrielgio <gabriel.giovanini@pm.me>2020-07-12 01:12:52 +0200
commitfe115407f31faf2e8bc69beb85fb07748d096d08 (patch)
tree3b56cea554c6c225c31e3993e60dc2c239975c84
parent9cadb6dcbb90e04f09653f1dfdce38cc9d1502d9 (diff)
downloadgabrielgio.me-fe115407f31faf2e8bc69beb85fb07748d096d08.tar.gz
gabrielgio.me-fe115407f31faf2e8bc69beb85fb07748d096d08.tar.bz2
gabrielgio.me-fe115407f31faf2e8bc69beb85fb07748d096d08.zip
Disbale `.GitInfo` until I figure out how to keep `.git` folder in Gitlab's
pipeline process.
-rw-r--r--.gitlab-ci.yml2
-rw-r--r--content/posts/2019-03-07-ansible-part-1.org1
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 821616d..f32b67b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ test:
pages:
script:
- - hugo --enableGitInfo
+ - hugo
artifacts:
paths:
- public
diff --git a/content/posts/2019-03-07-ansible-part-1.org b/content/posts/2019-03-07-ansible-part-1.org
index f1133d6..c8782e9 100644
--- a/content/posts/2019-03-07-ansible-part-1.org
+++ b/content/posts/2019-03-07-ansible-part-1.org
@@ -2,6 +2,7 @@
layout: post
title: "Automating setup with ansible-pull part-1"
date: 2019-03-07
+lastmod: 2020-07-12
tags: ['ansible', 'ansible-pull', 'linux', 'fedora']
---