Fixes to pipeline

This commit is contained in:
Kris De Volder
2016-12-22 15:01:22 -08:00
parent 1cd521bc07
commit 4c7d96fc98
13 changed files with 321 additions and 38 deletions

View File

@@ -13,4 +13,6 @@ RUN apt-get update && apt-get install -y \
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs
RUN npm install -g vsce
CMD /bin/bash