Skip to content

Commit 08a50d7

Browse files
fix: remove whitespaces from label (elastic#692)
1 parent 1ba7146 commit 08a50d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/integrationTestDownstream.groovy

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def wrappingup(label){
219219
def stepName = label.replace(";","/")
220220
.replace("--","_")
221221
.replace(".","_")
222+
.replace(" ","_")
222223
sh("./scripts/docker-get-logs.sh '${stepName}'|| echo 0")
223224
sh('make stop-env || echo 0')
224225
archiveArtifacts(

0 commit comments

Comments
 (0)