conventionschedule-android/.drone.yml
Adler Neves 26c894fb0a
All checks were successful
continuous-integration/drone/push Build is passing
fix: re-added dark theme and dynamic server colors
2023-01-02 00:12:39 -03:00

12 lines
297 B
YAML

kind: pipeline
type: exec
name: default
steps:
- name: analyze
environment:
SONAR_TOKEN:
from_secret: sonar_token
commands:
- if [[ -z "$(curl -s https://qa.adlerneves.com | grep '502 Bad Gateway')" ]]; then /opt/sonar-scanner/bin/sonar-scanner -Dsonar.login=$$SONAR_TOKEN ; fi