changed: do not always start update_data branch from origin/master

this allows for update_data from opm-tests. the generated
PR will include the contents of the PR it was generated for
This commit is contained in:
Arne Morten Kvarving 2021-11-12 11:41:47 +01:00
parent 9e01b3b790
commit 06fe93a430

View File

@ -246,7 +246,7 @@ done
cd $OPM_TESTS_ROOT cd $OPM_TESTS_ROOT
if [ -n "$BRANCH_NAME" ] if [ -n "$BRANCH_NAME" ]
then then
git checkout -b $BRANCH_NAME origin/master git checkout -b $BRANCH_NAME $BRANCH_BASE
fi fi
# Add potential new files # Add potential new files