updating drone
continuous-integration/drone/push Build is failing Details
continuous-integration/drone Build is failing Details

drone-setup
Override-6 2 years ago
parent 6946307bca
commit 25afe88cd5

@ -1,10 +1,9 @@
kind: pipeline
type: docker
name: Deliver
mode: parallel
name: Android
steps:
- name: Android
- name: Deliver
image: override6/tbasket-frontend:latest
workspace:
path: /src/android
@ -17,7 +16,14 @@ steps:
- bash drone/deliver.sh android
- bash drone/android-sign.sh
- name: Electron
---
kind: pipeline
type: docker
name: Electron
steps:
- name: Deliver
image: override6/tbasket-frontend:latest
workspace:
path: /src/electron
@ -29,7 +35,14 @@ steps:
commands:
- bash drone/deliver.sh electron
- name: Web
---
kind: pipeline
type: docker
name: Apache
steps:
- name: Deliver
image: override6/tbasket-frontend:latest
workspace:
path: /src/web
@ -40,8 +53,3 @@ steps:
from_secret: SSH_PUBLIC
commands:
- bash drone/deliver.sh browser
- name: dummy
image: ubuntu:latest
depends_on:
- "Web"

@ -47,8 +47,8 @@ esac
#install cordova
cordova platform add "$TYPE"
cordova build "$TYPE" $OPTIONS
cordova platform add "$TYPE" || exit 1
cordova build "$TYPE" $OPTIONS || exit 1
echo "delivering outputs on server"