1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

Merge pull request #58 from kamadorueda/kamadorueda

fix: coverage build
This commit is contained in:
Kevin Amado 2022-02-10 01:14:07 -05:00 committed by GitHub
commit 06a270e758
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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