From 20c9998671f773935f536ae8c9ba3e055105b1bf Mon Sep 17 00:00:00 2001 From: Jan Snellman <jan.snellman@liu.se> Date: Sat, 1 Jun 2024 15:01:56 +0200 Subject: [PATCH] CI fungerar fortfarande inte, bytte tillbaka --- .gitlab-ci.yml | 13 ------------- README.org | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df9c141..c5aad57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,16 +10,3 @@ pages: expire_in: 1 day rules: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - -image: alpine:latest - -pages: - stage: deploy - script: - - echo 'Inget att utföra...' - artifacts: - paths: - - public - expire_in: 1 day - rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH diff --git a/README.org b/README.org index 59581d6..154e93a 100644 --- a/README.org +++ b/README.org @@ -63,7 +63,7 @@ pages: *** Fourth attempt -#+begin_src yaml :tangle .gitlab-ci.yml +#+begin_src yaml image: alpine:latest pages: @@ -78,7 +78,7 @@ pages: - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH #+end_src - +**** Did not work either, back to previous ** publish.el script #+begin_src emacs-lisp :tangle publish.el -- GitLab