Tweak to publish only vscode-spring-boot

This commit is contained in:
aboyko
2023-03-14 18:26:32 -04:00
parent c85ee8202b
commit dd6b8351bb

View File

@@ -8,8 +8,11 @@ workdir=`pwd`
#Uncomment the below to publish only concourse vxix
#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`
#Uncomment the below to publish all vsix files
vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`
#vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`
for vsix_file in $vsix_files
do