File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -12,25 +12,25 @@ configure(rootProject) {
12
12
13
13
}
14
14
15
- task setupGitOnTravis (type : Exec ) {
16
- commandLine ' ./git-travis-setup.sh'
15
+ task setupGitRepoOnTravis (type : Exec ) {
16
+ commandLine ' ./git-repo- travis-setup.sh'
17
17
}
18
18
19
- task setupGit (type : Exec ) {
20
- commandLine ' ./git-setup.sh'
19
+ task setupGitRepo (type : Exec ) {
20
+ commandLine ' ./git-repo- setup.sh'
21
21
if (project. findProperty(' on-travis' ))
22
- dependsOn setupGitOnTravis
22
+ dependsOn setupGitRepoOnTravis
23
23
}
24
24
25
25
task setupJekyll (type : Exec ) {
26
- dependsOn setupGit
26
+ dependsOn setupGitRepo
27
27
28
28
workingDir ' site-source'
29
29
commandLine ' bundle install --quiet' . split(' ' )
30
30
}
31
31
32
32
task setup {
33
- dependsOn setupGit , setupJekyll
33
+ dependsOn setupGitRepo , setupJekyll
34
34
}
35
35
36
36
// -----
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments