From 437f7b130d7d35b8cc47cc6421147f9af60a5491 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 4 Dec 2022 16:24:43 +1030 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4c16753..7e228fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,12 +19,7 @@ main-build-job: tags: - hugo before_script: - - echo "installing snapd" - - apt install snapd - - echo "Installing dart-css-embedded" - - snap install dart-css-embedded - - echo "intsalling hugo" - - apt install hugo + - echo "PATH is $PATH" script: - echo "Building configuration" - hugo