Changeset 19939


Ignore:
Timestamp:
01/07/16 17:39:01 (9 years ago)
Author:
glperez
Message:

CHG: Moved up the cleaning up directory part.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19938 r19939  
    22#This bash script calls the nightlyrun.m matlab file to run our nightly test decks.
    33#It then processes the results and sends an email to the Ice developpers.
     4
     5echo "Cleaning up execution directory"
     6rm -rf $ISSM_DIR/execution/*
     7rm -rf $ISSM_DIR/nightlylog
     8mkdir  $ISSM_DIR/nightlylog
    49
    510#Get configuration
     
    191196fi
    192197#}}}
    193 echo "Cleaning up execution directory"
    194 rm -rf $ISSM_DIR/execution/*
    195 rm -rf $ISSM_DIR/nightlylog
    196 mkdir  $ISSM_DIR/nightlylog
    197198
    198199#matlab tests
Note: See TracChangeset for help on using the changeset viewer.