Browse Source

test sonar

0.6-dev
root 4 years ago
parent
commit
b702974644
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .drone.yml

+ 2
- 2
.drone.yml View File

@ -11,10 +11,10 @@ steps:
from_secret: sonar_token
sources: .
commands:
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
- echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
- apk update
- apk add libffi
- apk add shellcheck
- apk add libffi shellcheck
- name: Build Ubuntu deb package
image: ubuntu


Loading…
Cancel
Save