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
c794b9fd
Commit
c794b9fd
authored
Dec 15, 2017
by
Andrew Nicols
Browse files
Correct some naming
parent
5799c71b
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/org/moodle/ci/repositories/Repository.groovy
View file @
c794b9fd
...
...
@@ -9,7 +9,7 @@ class Repository {
return
url
}
def
getCredential
()
{
def
getCredential
s
()
{
return
credentialsId
}
}
vars/runTask.groovy
View file @
c794b9fd
...
...
@@ -44,7 +44,6 @@ def call(String task, org.moodle.ci.Target Target, String phpversion, String dat
],
[
]
userRemoteConfigs:
[[
credentialsId:
'security'
,
url:
'a'
]]])
]
)
}
...
...
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