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