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