diff options
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 |