diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-06-28 22:05:21 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-06-29 09:11:04 +0200 |
commit | 6044733b2d79a0178163ec1f5355b559e24a0753 (patch) | |
tree | 31014f12da6be681f8a80f1806ad73d5a39d7d90 /.drone.yml | |
parent | 89c3010d14725e8c6e867b8ea65e2677a3775874 (diff) | |
download | nextcloud-server-6044733b2d79a0178163ec1f5355b559e24a0753.tar.gz nextcloud-server-6044733b2d79a0178163ec1f5355b559e24a0753.zip |
fix build step
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |