Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Pickering committed Nov 19, 2021
1 parent 60855d3 commit 33afe3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,13 @@ jobs:
run: |
ls
cd scripts
rm -r "atlas-bi-$VERSION" 2>/dev/null
ls
cp -r "atlas-bi-<version>" "atlas-bi-$VERSION"
ls
cd "atlas-bi-$VERSION"
ls
find . -type f -name "*" -exec sed -i'' -e "s/<version>/$VERSION/g" {} +
echo "building"
debuild -us -uc
cd ..
ls
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ repos:
rev: v2.19.4
hooks:
- id: pyupgrade
- repo: https://github.com/christopherpickering/pre-commit-hooks
rev: 0.0.6
hooks:
- id: poetry-to-requirements
args: [--dev,--output=atlas/requirements.txt]
# - repo: https://github.com/christopherpickering/pre-commit-hooks
# rev: 0.0.6
# hooks:
# - id: poetry-to-requirements
# args: [--dev,--output=atlas/requirements.txt]
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
rev: v2.1.0
hooks:
Expand Down

0 comments on commit 33afe3d

Please sign in to comment.