From 69508fd2d7e28efc7213376642436f4774759274 Mon Sep 17 00:00:00 2001 From: Drew Short Date: Fri, 10 Jan 2020 15:14:25 -0600 Subject: [PATCH] Fix pipeline for packaging the application --- pipeline.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pipeline.yml b/pipeline.yml index ecbecf1..8173e48 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -119,9 +119,10 @@ jobs: cd package cp ../version/* . cp ../git-develop/package*.json . + cp ../git-develop/tsconfig.json . cp ../git-develop/index.js . cp -r ../git-develop/assets . - cp -r ../git-develop/bot . + cp -r ../git-develop/src . cp -r ../git-develop/data . cp ../git-develop/entrypoint.sh . cp ../git-develop/Dockerfile . @@ -225,9 +226,10 @@ jobs: cd package cp ../version/* . cp ../git-master/package*.json . + cp ../git-master/tsconfig.json . cp ../git-master/index.js . cp -r ../git-master/assets . - cp -r ../git-master/bot . + cp -r ../git-master/src . cp -r ../git-master/data . cp ../git-master/entrypoint.sh . cp ../git-master/Dockerfile .