Mise à jour de '.drone.yml'
continuous-integration/drone/push Build was killed Details

Arthur VALIN 2 years ago
parent 4544f8ac85
commit ae3bcbf9fe

@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: CICD
name: CI
trigger:
event:
@ -17,6 +17,17 @@
# branch:
# - master
---
kind: pipeline
type: docker
name: CD
trigger:
event:
- push
steps:
- name: deploy-emulator
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
@ -24,4 +35,5 @@
CONTAINERNAME: allin_android
COMMAND: create
EMULATOR_DEVICE: Samsung Galaxy S10
WEB_VNC: true
WEB_VNC: true
depends_on: [ build ]
Loading…
Cancel
Save