Skip to content

Commit f5633f3

Browse files
committed
Fix up InternalUtilities now that the repo is public.
1 parent 4ee8260 commit f5633f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

netci.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import jobs.generation.ArchivalSettings;
44
import jobs.generation.Utilities;
5-
import jobs.generation.InternalUtilities;
65

76
def project = GithubProject
87
def branch = GithubBranchName
@@ -26,7 +25,7 @@ def branch = GithubBranchName
2625
def buildCommand = buildFile + " -$config -runtests"
2726
def packCommand = buildFile + " -buildPackages"
2827

29-
def newJob = job(InternalUtilities.getFullJobName(project, jobName, isPR)) {
28+
def newJob = job(Utilities.getFullJobName(project, jobName, isPR)) {
3029
steps {
3130
if (os == 'Windows_NT') {
3231
batchFile(buildCommand)

0 commit comments

Comments
 (0)