File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ${mydir}/../git_garbage_collector/git_garbage_collector.sh
85
85
# to connect to it using jenkins cli..
86
86
displayname=" "
87
87
if [[ -n " ${BUILD_TAG} " ]] && [[ ! " ${issue} " = " " ]] && [[ -n " ${jenkinsserver} " ]]; then
88
- if [[ " ${integrateto} " = " master " ]] || [[ " ${integrateto} " = " main" ]]; then
88
+ if [[ " ${integrateto} " = " main" ]]; then
89
89
displayname=" #${BUILD_NUMBER} :${issue} "
90
90
else
91
91
if [[ ${integrateto} =~ ^MOODLE_([0-9]* )_STABLE$ ]]; then
@@ -518,7 +518,7 @@ if [ -f $WORKSPACE/.stylelintrc ]; then
518
518
then
519
519
echo " Info: stylelint completed without errors."
520
520
else
521
- # https://github.com/stylelint/stylelint/blob/master /docs/user-guide/cli.md#exit-codes
521
+ # https://github.com/stylelint/stylelint/blob/main /docs/user-guide/cli.md#exit-codes
522
522
stylelintcode=$?
523
523
if [ $stylelintcode -eq 2 ]; then
524
524
echo " Info: stylelint found errors in patchset."
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ function clean_param($param, $type) {
30
30
}
31
31
32
32
/**
33
- * Parser for AMOS script, butchered from https://github.com/moodlehq/moodle-local_amos/blob/master /mlanglib.php
33
+ * Parser for AMOS script, butchered from https://github.com/moodlehq/moodle-local_amos/blob/main /mlanglib.php
34
34
* This is an exact copy of execute() extract_script_from_text() and legacy_component_name() from that file, see the marker
35
35
* below where copy/paste of code starts. The code above is to allow us copy and paste thos functions.
36
36
*/
You can’t perform that action at this time.
0 commit comments