all repos — homestead @ 0ace83ee2d5fb4162814d8f54022d01e77ed650f

Code for my website

Remove GitLab CI file

Alan Pearce
commit

0ace83ee2d5fb4162814d8f54022d01e77ed650f

parent

586e1bf3be9eca5b21822b09520504fdd5eab1b4

1 file changed, 0 insertions(+), 23 deletions(-)

jump to
D .gitlab-ci.yml
@@ -1,23 +0,0 @@
---- -variables: - # This variable will ensure that the CI runner pulls in your theme from the submodule - GIT_SUBMODULE_STRATEGY: recursive - -image: nixery.dev/shell/gnugrep/git/zola - -test: - script: - - zola - except: - variables: - - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - -pages: - script: - - zola build - artifacts: - paths: - - public - only: - variables: - - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH