Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

fix: remove whitespaces from label #692

Merged
merged 1 commit into from
Dec 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .ci/integrationTestDownstream.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ def wrappingup(label){
def stepName = label.replace(";","/")
.replace("--","_")
.replace(".","_")
.replace(" ","_")
sh("./scripts/docker-get-logs.sh '${stepName}'|| echo 0")
sh('make stop-env || echo 0')
archiveArtifacts(
Expand Down