From 888d80c41c996c7cca4d14955ba3bb438436966b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20S=C3=A4nger?= Date: Tue, 7 May 2019 05:43:10 +0200 Subject: [PATCH] ready for deployment --- Jenkinsfile | 4 ++-- conf.template/vnc-avatarservice.js | 1 + conf.template/vnc-notificationproxy.js | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) create mode 120000 conf.template/vnc-avatarservice.js delete mode 120000 conf.template/vnc-notificationproxy.js diff --git a/Jenkinsfile b/Jenkinsfile index 2a7aa18..640bc38 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,8 +31,8 @@ pipeline { sh "cat src/version.txt" sh "echo '####################################################'" - sh 'rm config/vnc-notificationproxy.js' - sh 'cp -P conf.template/vnc-notificationproxy.js config/vnc-notificationproxy.js' + sh 'rm config/vnc-avatarservice.js' + sh 'cp -P conf.template/vnc-avatarservice.js config/vnc-avatarservice.js' // yarn fails on node4 with kurento stuff sh 'yarn install' lock('debianbuild') { diff --git a/conf.template/vnc-avatarservice.js b/conf.template/vnc-avatarservice.js new file mode 120000 index 0000000..8281142 --- /dev/null +++ b/conf.template/vnc-avatarservice.js @@ -0,0 +1 @@ +/etc/vnc-avatarservice.js \ No newline at end of file diff --git a/conf.template/vnc-notificationproxy.js b/conf.template/vnc-notificationproxy.js deleted file mode 120000 index 8b6ee73..0000000 --- a/conf.template/vnc-notificationproxy.js +++ /dev/null @@ -1 +0,0 @@ -/etc/vnc-notificationproxy.js \ No newline at end of file