Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Lyons
pipeline
Commits
6a1d7748
Commit
6a1d7748
authored
Dec 13, 2017
by
Andrew Nicols
Browse files
Restructure
parent
6342cc12
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/org/moodle/ci/branches/Master.groovy
View file @
6a1d7748
...
@@ -2,19 +2,17 @@ package org.moodle.ci.branches;
...
@@ -2,19 +2,17 @@ package org.moodle.ci.branches;
class
Master
extends
Branch
{
class
Master
extends
Branch
{
Master
()
{
Master
()
{
super
(
this
.
defaultBranch
=
"master"
defaultBranch:
"master"
,
this
.
supportedPHPVersions
=
[
supportedPHPVersions:
[
"7.0"
,
"7.0"
,
"7.1"
,
"7.1"
,
]
],
this
.
supportedDatabases
=
[
supportedDatabases:
[
"pgsql"
,
"pgsql"
,
"mysqli"
,
"mysqli"
,
"mariadb"
,
"mariadb"
,
"sqlsrv"
,
"sqlsrv"
,
"oci"
,
"oci"
,
]
]
)
}
}
}
}
src/org/moodle/ci/repositories/
i
ntegration.groovy
→
src/org/moodle/ci/repositories/
I
ntegration.groovy
View file @
6a1d7748
...
@@ -2,8 +2,6 @@ package org.moodle.ci.repositories;
...
@@ -2,8 +2,6 @@ package org.moodle.ci.repositories;
class
Integration
extends
Repository
{
class
Integration
extends
Repository
{
Integration
()
{
Integration
()
{
super
(
this
.
url
=
"https://git.in.moodle.com/moodle/integration.git"
url:
"https://git.in.moodle.com/moodle/integration.git"
)
}
}
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment