mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
9e01b3b790
commit
06fe93a430
@ -246,7 +246,7 @@ done
|
||||
cd $OPM_TESTS_ROOT
|
||||
if [ -n "$BRANCH_NAME" ]
|
||||
then
|
||||
git checkout -b $BRANCH_NAME origin/master
|
||||
git checkout -b $BRANCH_NAME $BRANCH_BASE
|
||||
fi
|
||||
|
||||
# Add potential new files
|
||||
|
Loading…
Reference in New Issue
Block a user