This commit is contained in:
Lorenzo Carbonell 2024-02-11 08:43:17 +01:00
parent 1980ac8417
commit ba98029472
No known key found for this signature in database
GPG key ID: B5E8FC9484B82CA9

View file

@ -1,12 +1,12 @@
user := "atareao" user := "atareao"
name := `basename ${PWD} name := `basename ${PWD}`
version := `git tag -l | tail -n1` version := `git tag -l | tail -n1`
default: default:
@just --list @just --list
prun: prun:
@poetry run python dockerbot/main.py @poetry run python src/main.py
ptest: ptest:
@poetry run python @poetry run python