added: add IFEM-FSI to downstream list for jenkins

This commit is contained in:
Arne Morten Kvarving
2016-08-16 15:48:20 +02:00
parent 743481f08f
commit 3c11c83e49
2 changed files with 4 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ function clone_module {
GH_USER[IFEM-PoroElasticity]=OPM
GH_USER[IFEM-Stokes]=SintefMath
GH_USER[IFEM-ThermoElasticity]=SintefMath
GH_USER[IFEM-FSI]=SintefMath
if test -n "$GH_CREDENTIALS"
then

View File

@@ -10,7 +10,8 @@ downstreams=(IFEM-Stokes
IFEM-FiniteDeformation
IFEM-ThermoElasticity
IFEM-PoroElasticity
IFEM-OpenFrac)
IFEM-OpenFrac
IFEM-FSI)
declare -A downstreamRev
downstreamRev[IFEM-AdvectionDiffusion]=master
@@ -22,6 +23,7 @@ downstreamRev[IFEM-OpenFrac]=master
downstreamRev[IFEM-PoroElasticity]=master
downstreamRev[IFEM-Stokes]=master
downstreamRev[IFEM-ThermoElasticity]=master
downstreamRev[IFEM-FSI]=master
IFEM_REVISION=$sha1