Skip to content

Commit

Permalink
Added missing quote (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma authored Apr 25, 2022
1 parent d62312f commit cc5217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ node('rhel8'){

stage "Promote the build to stable"
sh "sftp -C ${UPLOAD_LOCATION}/stable/vscode-knative/ <<< \$'put -p *.vsix*'"
archive includes:"**.vsix*
archive includes:"**.vsix*"
}
}
}

0 comments on commit cc5217b

Please sign in to comment.