Mise à jour de '.drone.yml'
continuous-integration/drone/push Build encountered an error Details

pull/3/head
Arthur VALIN 2 years ago
parent dcd0481dd9
commit 71c6c5bf9e

@ -1,18 +1,18 @@
kind: pipeline
type: docker
name: CICD
# kind: pipeline
# type: docker
# name: CICD
trigger:
event:
- push
# trigger:
# event:
# - push
steps:
- name: build
image: androidsdk/android-30
commands:
- cd src
- chmod +x gradlew
- ./gradlew build
when:
branch:
- master
# steps:
# - name: build
# image: androidsdk/android-30
# commands:
# - cd src
# - chmod +x gradlew
# - ./gradlew build
# when:
# branch:
# - master
Loading…
Cancel
Save