From f2bc4b44a79b0c1cb3c05e49ae70d68536d1653b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 10 Feb 2022 17:38:14 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- homelab/.gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/homelab/.gitlab-ci.yml b/homelab/.gitlab-ci.yml index c6c93b33..c124eae7 100644 --- a/homelab/.gitlab-ci.yml +++ b/homelab/.gitlab-ci.yml @@ -1,3 +1,6 @@ +stages: + - deploy + before_script: # update and install git - apt-get update -qq