remove opm-models from data update script

This commit is contained in:
Arne Morten Kvarving 2024-10-02 10:47:54 +02:00
parent 847f1b6f42
commit 2e7b014769

View File

@ -141,7 +141,7 @@ else
fi
if [ -n "$CONVERT_ECL" ]
then
for dep in opm-common opm-grid opm-models
for dep in opm-common opm-grid
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`