Skip to content
Snippets Groups Projects
Commit 67f314d7 authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Run remotebuild only if image is missing

parent 14ff6a77
No related branches found
Tags v0.1
1 merge request!1Merge python environment
Pipeline #9102 failed
......@@ -37,8 +37,8 @@ reset_test_image:
pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -U pip setuptools
echo n | make buildremote
pip install -U pip setuptools yapf
if [ ! -f GiBUU.simg ]; then; make buildremote; fi
make install-dev
.junit_template: &junit_definition
......
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