From 6044733b2d79a0178163ec1f5355b559e24a0753 Mon Sep 17 00:00:00 2001
From: Arthur Schiwon <blizzz@arthur-schiwon.de>
Date: Thu, 28 Jun 2018 22:05:21 +0200
Subject: [PATCH] fix build step

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
---
 .drone.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.drone.yml b/.drone.yml
index 244f638e27f..8724553982c 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -24,7 +24,7 @@ pipeline:
   vue-build-updatenotification:
     image: node
     commands:
-     - ./build/vue-builds.sh ./apps/updatenotification/js/merged.js
+     - ./build/vue-builds.sh ./apps/updatenotification/js/updatenotification.js
     when:
       matrix:
         TESTS: vue-build-updatenotification
-- 
GitLab