Skip to content

Commit 8759810

Browse files
committed
Revert back to publishing all extensions
1 parent 437f505 commit 8759810

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

concourse/tasks/publish-vsix-releases.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ workdir=`pwd`
1212
#vsix_files=`ls ${workdir}/s3-*/vscode-spring-boot-*.vsix`
1313

1414
#Uncomment the below to publish only cf-manifest-yaml vxix
15-
vsix_files=`ls ${workdir}/s3-*/vscode-manifest-yaml-*.vsix`
15+
#vsix_files=`ls ${workdir}/s3-*/vscode-manifest-yaml-*.vsix`
1616

1717
#Uncomment the below to publish all vsix files
18-
#vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`
18+
vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`
1919

2020
for vsix_file in $vsix_files
2121
do

0 commit comments

Comments
 (0)