Skip to content

Commit

Permalink
Merge pull request #7 from geohazards-tep/master
Browse files Browse the repository at this point in the history
Fixed issue #16700
  • Loading branch information
fbarchetta committed Apr 18, 2016
2 parents 39b0be4 + 1d48c54 commit cebfbc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<packaging>rpm</packaging>
<name>InSAR-ROI_PAC</name>
<description>InSAR-ROI_PAC</description>
<version>1.6</version>
<version>1.7</version>

<scm>
<connection>scm:git:[email protected]:Terradue/InSAR-ROI_PAC.git</connection>
Expand Down
5 changes: 2 additions & 3 deletions src/main/app-resources/roipac/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ done

# retrieve the DEM
mkdir -p $TMPDIR/workdir/dem
wps_result="$( ciop-browseresults -r ${CIOP_WF_RUN_ID} -j node_dem -w | tr -d '\r' | tr '\n' ';')"
ciop-log "DEBUG" "dem wps results 1 is ${wps_result}"
wps_result=`echo $wps_result | cut -d ";" -f 1`
demRes="$( cat $TMPDIR/input | grep 'node_dem')"
wps_result="$( ciop-browseresults -R $demRes | tr -d '\r')" #just a parser of result.xml and metalink
ciop-log "DEBUG" "dem wps results is ${wps_result}"

# extract the result URL
Expand Down

0 comments on commit cebfbc9

Please sign in to comment.