FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit d0774710 authored by Mark Driver's avatar Mark Driver
Browse files

update pipeline config.

parent 710da5d5
No related branches found
No related tags found
No related merge requests found
......@@ -9,12 +9,11 @@ pipelines:
default:
- step:
caches:
- condacache
- conda
- pip
script: # Modify the commands below to build your repository.
- apt-get update -y && apt-get -y install libgl1-mesa-glx
- conda update -y conda
- conda env create -f environment.yml
- conda env update -n resultsanalysis --file environment.yml
- conda activate resultsanalysis
- cd ../
- git clone git@bitbucket.org:mdd31/xmlvalidator.git
......
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