1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 21:17:45 +00:00

fix: coverage build

This commit is contained in:
Kevin Amado 2022-02-10 01:09:23 -05:00
parent 63d1089162
commit 8650206d70
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -17,9 +17,9 @@ steps:
if: build.branch == "main" if: build.branch == "main"
command: command:
- echo +++ Fetch - echo +++ Fetch
- git fetch https://github.com/kamadorueda/alejandra "${BUILDKITE_COMMIT}:main" - git branch -D main
- git branch main
- git checkout main - git checkout main
- git branch
- echo --- Load environment - echo --- Load environment
- direnv allow - direnv allow
- eval "$(direnv export bash)" - eval "$(direnv export bash)"