Skip to content

Commit 0974d06

Browse files
author
Vitaly Korolev
committed
add missing param
1 parent 750e6da commit 0974d06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ void runMinikubeSetup() {
134134
}
135135

136136
void runE2eTests() {
137-
sh '''
138-
make e2e-test
139-
'''
137+
sh """
138+
make e2e-test IMG=${operatorRepo}:${VERSION}
139+
"""
140140
}
141141

142142
void runMinikubeCleanup() {

0 commit comments

Comments
 (0)