diff --git a/.drone.yml b/.drone.yml index 70876f13..72bea703 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,9 +21,8 @@ steps: commands: - yarn install - yarn workspace @snort/app format - - apt update && apt install git -y - - git config --local user.email drone@v0l.io - - git config --local user.name "Drone CI" + - git config --global user.email drone@v0l.io + - git config --global user.name "Drone CI" - git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/snort.git - git diff - git switch -c lang