Removed unnecessary environments file

This commit is contained in:
Erik Tiekstra
2021-08-04 07:45:45 +02:00
parent 76fbab94b1
commit 7ab8320c63
4 changed files with 1 additions and 20 deletions

View File

@@ -95,7 +95,7 @@ pipeline {
echo '### Building application... ###'
sh '''
npm run build:open-shift
npm run build:api
cp -r nginx/* ${NGINX_PATH}
'''