From 725918c644354437e26d1c0a8bf798d2a6814332 Mon Sep 17 00:00:00 2001
From: Emmanuel Bruno <emmanuel.bruno@univ-tln.fr>
Date: Mon, 12 Dec 2022 17:39:32 +0100
Subject: [PATCH] adds an install script.

---
 get-ci-wrapper.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/get-ci-wrapper.sh b/get-ci-wrapper.sh
index 0ac6ba9..a91e705 100755
--- a/get-ci-wrapper.sh
+++ b/get-ci-wrapper.sh
@@ -24,5 +24,8 @@ END
 # Creates a default config files.
 _create_config
 
+# Load the config
+source "${HOME}/.ci-wrappers/config"
+
 # Installs the script locally
 curl -s https://raw.githubusercontent.com/ebpro/ciwrappers/develop/ci-wrappers.sh > "$CI_WRAPPERS_HOME"/ci-wrappers.sh
-- 
GitLab