Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moodle release workflow #76

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/moodle-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
workflow_group_35_to_39_release:
uses: catalyst/catalyst-moodle-workflows/.github/workflows/group-35-to-39-release.yml@main
uses: catalyst/catalyst-moodle-workflows/.github/workflows/moodle-39-release.yml@main
with:
plugin_name: search_elastic
extra_plugin_runners: 'moodle-plugin-ci add-plugin catalyst/moodle-local_aws'
Expand Down
2 changes: 0 additions & 2 deletions tests/fixtures/aws_rekognition.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/

defined('MOODLE_INTERNAL') || die();

/**
* Mock AWS Rekognition responsefor use in testing.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/fixtures/mock_search_area.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

namespace core_mocksearch\search;

defined('MOODLE_INTERNAL') || die;

/**
* Component implementing search for testing purposes.
*
Expand Down
2 changes: 0 additions & 2 deletions tests/fixtures/testable_engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@

namespace search_elastic;

defined('MOODLE_INTERNAL') || die;

/**
* Elasticsearch engine.
*
Expand Down
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2020101201;
$plugin->release = 2020101201; // Same as version.
$plugin->version = 2020101202;
$plugin->release = 2020101202; // Same as version.
$plugin->requires = 2016052304;
$plugin->component = 'search_elastic';
$plugin->maturity = MATURITY_STABLE;
Expand Down