Skip to content

Commit 2382cb5

Browse files
jrichter1mohitsuman
authored andcommitted
Fix path to stable directory in jenkinsfile
1 parent 2583209 commit 2382cb5

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
@@ -57,7 +57,7 @@ node('rhel7'){
5757

5858
stage "Promote the build to stable"
5959
def vsix = findFiles(glob: '**.vsix')
60-
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/stable/vscode-openshift-tools"
60+
sh "rsync -Pzrlt --rsh=ssh --protocol=28 ${vsix[0].path} ${UPLOAD_LOCATION}/stable/vscode-openshift-tools/"
6161
}
6262
}
6363
}

0 commit comments

Comments
 (0)