Skip to content

Commit 330b56b

Browse files
authored
Merge pull request #1009 from mythi/PR-2022-036
yep, I was waiting for the Jenkins test to finish
2 parents 52e87db + 97aa932 commit 330b56b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ pipeline {
151151
stage('make test-with-kind') {
152152
steps {
153153
dir(path: "$REPO_DIR") {
154-
sh "make test-with-kind REG=intel/ TAG=devel"
154+
sh "make test-with-kind REG=intel/ TAG=0.24.0"
155155
}
156156
}
157157
}

0 commit comments

Comments
 (0)