chore: update drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-05-15 10:44:51 +01:00
parent 4c38704c29
commit 4c359a714d
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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