Ignore:
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.