rm useless comments in .drone.yml

pull/112/head
remrem 3 years ago
parent a30202b179
commit e8b543312f

@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: default name: Passworld
trigger: trigger:
event: event:
@ -12,20 +12,16 @@ steps:
- name: build-apk - name: build-apk
image: cirrusci/flutter:stable image: cirrusci/flutter:stable
commands: commands:
- echo "hahahah"
- flutter build apk - flutter build apk
- curl -F "file=@./build/app/outputs/flutter-apk/app-release.apk" https://api.anonfiles.com/upload -o link.txt - curl -F "file=@./build/app/outputs/flutter-apk/app-release.apk" https://api.anonfiles.com/upload -o link.txt
- cat link.txt
- echo "$(cat link.txt)" - echo "$(cat link.txt)"
- name: code-analysis - name: code-analysis
image: cirrusci/flutter:stable image: cirrusci/flutter:stable
#hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-sonar
environment: environment:
SONAR_TOKEN: SONAR_TOKEN:
from_secret: sonar_token from_secret: sonar_token
commands: commands:
#- apk add zip unzip openjdk11 tree
- export SONAR_SCANNER_VERSION=4.7.0.2747 - export SONAR_SCANNER_VERSION=4.7.0.2747
- mkdir .sonar - mkdir .sonar
- cd .sonar - cd .sonar

Loading…
Cancel
Save