We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 437f505 commit 8759810Copy full SHA for 8759810
concourse/tasks/publish-vsix-releases.sh
@@ -12,10 +12,10 @@ workdir=`pwd`
12
#vsix_files=`ls ${workdir}/s3-*/vscode-spring-boot-*.vsix`
13
14
#Uncomment the below to publish only cf-manifest-yaml vxix
15
-vsix_files=`ls ${workdir}/s3-*/vscode-manifest-yaml-*.vsix`
+#vsix_files=`ls ${workdir}/s3-*/vscode-manifest-yaml-*.vsix`
16
17
#Uncomment the below to publish all vsix files
18
-#vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`
+vsix_files=`ls ${workdir}/s3-*/vscode-*.vsix`
19
20
for vsix_file in $vsix_files
21
do
0 commit comments