Skip to content

Commit

Permalink
Updating default Moodle repo for GH's new security.
Browse files Browse the repository at this point in the history
  • Loading branch information
mchurchward committed Mar 15, 2022
1 parent a477d82 commit faffab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function configure()
{
// Travis CI configures some things by environment variables, default to those if available.
$type = getenv('DB') !== false ? getenv('DB') : null;
$repo = getenv('MOODLE_REPO') !== false ? getenv('MOODLE_REPO') : 'git://github.com/moodle/moodle.git';
$repo = getenv('MOODLE_REPO') !== false ? getenv('MOODLE_REPO') : 'https://github.com/moodle/moodle.git';
$branch = getenv('MOODLE_BRANCH') !== false ? getenv('MOODLE_BRANCH') : null;
$plugin = getenv('TRAVIS_BUILD_DIR') !== false ? getenv('TRAVIS_BUILD_DIR') : null;
$paths = getenv('IGNORE_PATHS') !== false ? getenv('IGNORE_PATHS') : null;
Expand Down

0 comments on commit faffab4

Please sign in to comment.