Skip to content
Snippets Groups Projects
Commit 3adb9f85 authored by Luke Conibear's avatar Luke Conibear
Browse files

commenting out CI for now

parent 73fa2b89
No related branches found
No related tags found
No related merge requests found
Pipeline #126 failed
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment