From 7f6682cd1fe76989f139e8b06bf8c54c1ad4684f Mon Sep 17 00:00:00 2001 From: Arthur VALIN Date: Thu, 28 Sep 2023 23:29:15 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index d9b047f..cb8cbf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,15 +28,15 @@ trigger: - push steps: - - name: deploy-emulator - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest - ports: - - 6080 - device: /dev/kvm - environment: - IMAGENAME: budtmo/docker-android:emulator_11.0 - CONTAINERNAME: allin_android - COMMAND: create - EMULATOR_DEVICE: Samsung Galaxy S10 - WEB_VNC: true - ADMINS: arthurvalin \ No newline at end of file +# - name: deploy-emulator +# image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest +# ports: +# - 6080 +# device: /dev/kvm +# environment: +# IMAGENAME: budtmo/docker-android:emulator_11.0 +# CONTAINERNAME: allin_android +# COMMAND: create +# EMULATOR_DEVICE: Samsung Galaxy S10 +# WEB_VNC: true +# ADMINS: arthurvalin \ No newline at end of file