NOBUG: Change travis.yml back to master

This commit is contained in:
Jun Pataleta 2022-11-26 17:23:04 +08:00
parent 0ea3d45e04
commit 4468b03cd5

View File

@ -231,7 +231,7 @@ before_script:
# We need the official upstream for comparison
git remote add upstream https://github.com/moodle/moodle.git;
git fetch upstream MOODLE_401_STABLE;
git fetch upstream master;
export GIT_PREVIOUS_COMMIT="`git merge-base FETCH_HEAD $TRAVIS_COMMIT`";
export GIT_COMMIT="$TRAVIS_COMMIT";
export UPSTREAM_FETCH_HEAD=`git rev-parse FETCH_HEAD`