Skip to content

Commit c560f44

Browse files
authored
Merge pull request #2154 from vvbandeira/fix-night
ci: fix nightly pipeline test set
2 parents 70b3ed9 + 3bb5a8c commit c560f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ node {
5959
if (env.CHANGE_BRANCH && env.CHANGE_BRANCH.contains('ci-dev')) {
6060
runTests(DOCKER_IMAGE, 'dev');
6161
} else {
62-
runTests(DOCKER_IMAGE, 'pr');
62+
runTests(DOCKER_IMAGE, 'nightly');
6363
}
6464
}
6565

0 commit comments

Comments
 (0)