reverting

This commit is contained in:
Martin Diehl 2017-04-13 08:11:40 +02:00
parent 92ce58bcf1
commit 50b3523927
1 changed files with 2 additions and 3 deletions

View File

@ -20,7 +20,7 @@ stages:
###################################################################################################
before_script:
- source $DAMASKROOT/DAMASK_env.sh
- eval 'source $DAMASKROOT/DAMASK_env.sh'
- module purge
- cd $DAMASKROOT/PRIVATE/testing
@ -87,8 +87,7 @@ checkout:
- cd $DAMASKROOT
- git checkout $CI_COMMIT_SHA
#- git clone -q git@magit1.mpie.de:damask/PRIVATE.git
- export PYTHONPATH=$PYTHONPATH:$DAMASKROOT/lib
- echo p $PYTHONPATH
- eval 'source $DAMASKROOT/DAMASK_env.sh'
- make install
###################################################################################################