Skip to content

Commit 0e33e03

Browse files
author
Vitaly Korolev
committed
fix systax
1 parent 4e607d6 commit 0e33e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ void runTests() {
128128
}
129129

130130
void runMinikubeSetup() {
131-
sh '''
131+
sh """
132132
make e2e-setup-minikube IMG=${operatorRepo}:${VERSION}
133-
'''
133+
"""
134134
}
135135

136136
void runE2eTests() {

0 commit comments

Comments
 (0)