From 3adb9f8525f76799e7e9cfa8c12131aa1c070dd3 Mon Sep 17 00:00:00 2001 From: Luke Conibear Date: Tue, 5 Apr 2022 15:30:03 +0100 Subject: [PATCH] commenting out CI for now --- .gitlab-ci.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b5aff9d..4571f41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,11 +1,9 @@ -docs: - image: continuumio/miniconda:latest - stage: build - tags: - - docker - script: - - conda env create --file environment.yml - - conda init bash - - source ~/.bashrc - - conda activate wrfotron_docs - - jupyter-book build docs \ No newline at end of file +# docs: +# image: continuumio/miniconda:latest +# stage: build +# script: +# - conda env create --file environment.yml +# - conda init bash +# - source ~/.bashrc +# - conda activate wrfotron_docs +# - jupyter-book build docs \ No newline at end of file -- GitLab