From 19e6c5f555472a1c663e1d5ed8f479334ec3e836 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 4 Dec 2022 15:24:15 +1030 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6830384..6cf9c93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,15 +2,16 @@ stages: - build - deploy -develop-build-job: - stage: build - tags: - - hugo - script: - - echo "Building configuration" - - hugo - only: - - develop +# Don't have develop yet hehe +# develop-build-job: +# stage: build +# tags: +# - hugo +# script: +# - echo "Building configuration" +# - hugo +# only: +# - develop main-build-job: stage: build