Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-01-22 09:14:36 +0300
committerJulius Härtl <jus@bitgrid.net>2019-01-22 09:14:36 +0300
commit3f55e2855c077ee21a3bee64e1b89b633a78c4ae (patch)
tree590d25b615228b4f9632468e6871131a09b22a1a
parent08d8a6ff90da43e97dc3b3d72c429b45651de890 (diff)
Test alpine container
Signed-off-by: Julius Härtl <jus@bitgrid.net>
-rw-r--r--.drone.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index dcb87a3..4b048a8 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -20,8 +20,9 @@ pipeline:
matrix:
TESTS: signed-off-check
vue-build:
- image: nextcloudci/jsunit:jsunit-5
+ image: node:lts-alpine
commands:
+ - apk add git bash
- rm js/*
- npm install
- npm run build