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 # kind: pipeline
type: docker # type: docker
name: CICD # name: CICD
trigger: # trigger:
event: # event:
- push # - push
steps: # steps:
- name: build # - name: build
image: androidsdk/android-30 # image: androidsdk/android-30
commands: # commands:
- cd src # - cd src
- chmod +x gradlew # - chmod +x gradlew
- ./gradlew build # - ./gradlew build
when: # when:
branch: # branch:
- master # - master
Loading…
Cancel
Save