From e5e70c35c7159d85de57f409eacf937e391736ca Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Fri, 12 May 2017 14:53:37 -0700 Subject: [PATCH] Release script now 'armed'. --- concourse/tasks/publish-vsix-releases.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/concourse/tasks/publish-vsix-releases.sh b/concourse/tasks/publish-vsix-releases.sh index 5c9fa30e9..2d19de390 100755 --- a/concourse/tasks/publish-vsix-releases.sh +++ b/concourse/tasks/publish-vsix-releases.sh @@ -9,12 +9,9 @@ do echo "*** Publishing : ${vsix_file}" echo "****************************************************************" echo "" - echo "We should be runing the following command:" + echo "We are runing the following command:" echo "" echo " vsce publish -p $vsce_token --packagePath $vsix_file" echo "" - echo "But this is just a practice run..." - echo "" + vsce publish -p $vsce_token --packagePath $vsix_file done - -exit 99 ## take this line out once the publishing code is functional and does something real. \ No newline at end of file