Skip to content

Commit 1a86704

Browse files
juliusknorrskjnldsv
authored andcommitted
Use nextcloudci/node
Signed-off-by: Julius Härtl <[email protected]>
1 parent 9405ff3 commit 1a86704

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.drone.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,14 @@ pipeline:
1515
matrix:
1616
TESTS: jsunit
1717
vue-build-settings:
18-
image: node
19-
commands:
20-
- ./build/vue-builds.sh ./settings/js
18+
image: nextcloudci/node:node-4
19+
commands:
20+
- cd settings/
21+
- find js/ -type f -iname 'vue-*' -delete
22+
- npm install
23+
- npm run build
24+
- git status
25+
- bash -c "[[ ! \"`git status --porcelain js/`\" ]] || ( echo 'Uncommited changes in vue build' && exit 1 )"
2126
when:
2227
matrix:
2328
TESTS: vue-build-settings

0 commit comments

Comments
 (0)