Changeset ec867f04 in sasview


Ignore:
Timestamp:
Feb 18, 2019 3:57:58 AM (5 years ago)
Author:
wojciech
Branches:
ESS_GUI, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_opencl, ESS_GUI_sync_sascalc
Children:
34c1352
Parents:
79d3025
Message:

Adding yml file saving to the script

File:
1 edited

Legend:

Unmodified
Added
Removed
  • build_tools/jenkins_ubuntu_build.sh

    r8e76e49 rec867f04  
    6464tar czvf SasView.tar.gz SasView 
    6565 
     66#Ymls storage 
     67cd $WORKSPACE 
     68conda env export >  env-build.yml 
     69conda list --explicit > explicit.yml 
     70 
     71a='/home/sasview/logs/' 
     72b='_env_build.yml' 
     73DEST_FILE=$a$BUILD_NUMBER$b 
     74cp env-build.yml $DEST_FILE 
Note: See TracChangeset for help on using the changeset viewer.