Publish manifest-yaml only

This commit is contained in:
aboyko
2023-03-14 18:37:22 -04:00
parent dd6b8351bb
commit 437f505e61

View File

@@ -9,7 +9,10 @@ workdir=`pwd`
#vsix_files=`ls ${workdir}/s3-*/vscode-concourse-*.vsix`
#Uncomment the below to publish only spring-boot vxix
vsix_files=`ls ${workdir}/s3-*/vscode-spring-boot-*.vsix`
#vsix_files=`ls ${workdir}/s3-*/vscode-spring-boot-*.vsix`
#Uncomment the below to publish only cf-manifest-yaml vxix
vsix_files=`ls ${workdir}/s3-*/vscode-manifest-yaml-*.vsix`
#Uncomment the below to publish all vsix files
#vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`