Merge pull request #1429 from akva2/remove_repo_update_data

changed: remove repos from regression data update script
This commit is contained in:
Atgeirr Flø Rasmussen 2018-03-09 14:15:24 +01:00 committed by GitHub
commit 14645fb1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ then
else
echo -e "Reason: $REASON\n" >> /tmp/cmsg
fi
for dep in libecl opm-common opm-core opm-grid opm-material opm-parser opm-output ewoms
for dep in libecl opm-common opm-grid opm-material ewoms
do
pushd $WORKSPACE/deps/$dep > /dev/null
name=`printf "%-14s" $dep`