added: add IFEM-Darcy to downstream list for jenkins
This commit is contained in:
parent
47f8caa5d8
commit
aa06426e23
@ -105,6 +105,7 @@ function clone_module {
|
||||
declare -A GH_USER
|
||||
GH_USER[IFEM-AdvectionDiffusion]=SintefMath
|
||||
GH_USER[IFEM-BeamEx]=SintefMath
|
||||
GH_USER[IFEM-Darcy]=SintefMath
|
||||
GH_USER[IFEM-Elasticity]=OPM
|
||||
GH_USER[IFEM-FiniteDeformation]=SintefMath
|
||||
GH_USER[IFEM-NavierStokes]=SintefMath
|
||||
|
@ -2,9 +2,10 @@
|
||||
|
||||
# Downstream revisions
|
||||
declare -a downstreams
|
||||
downstreams=(IFEM-Poisson
|
||||
downstreams=(IFEM-AdvectionDiffusion
|
||||
IFEM-Darcy
|
||||
IFEM-Poisson
|
||||
IFEM-Stokes
|
||||
IFEM-AdvectionDiffusion
|
||||
IFEM-NavierStokes
|
||||
IFEM-Elasticity
|
||||
IFEM-BeamEx
|
||||
@ -18,6 +19,7 @@ declare -A downstreamRev
|
||||
downstreamRev[IFEM-Poisson]=master
|
||||
downstreamRev[IFEM-AdvectionDiffusion]=master
|
||||
downstreamRev[IFEM-BeamEx]=master
|
||||
downstreamRev[IFEM-Darcy]=master
|
||||
downstreamRev[IFEM-Elasticity]=master
|
||||
downstreamRev[IFEM-FiniteDeformation]=master
|
||||
downstreamRev[IFEM-NavierStokes]=master
|
||||
|
Loading…
Reference in New Issue
Block a user