Skip to content

Commit

Permalink
Update a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
allanger committed Feb 21, 2024
1 parent 9fb06b9 commit 8545b3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.acct.mk
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ docker-build-test: docker-build

test-command = --cov app_catalog_cleanup_tool --log-cli-level info tests/
test-command-ci = --cov-report=xml $(test-command)
test-docker-args = run -it --rm -v ${PWD}/.coverage/:/acct/.coverage/
test-docker-args = run -it --rm -v ${PWD}/.coverage/:/acct/.coverage/:z
test-docker-run = $(CONTAINER_TOOL) $(test-docker-args) ${IMG}-test:latest

test:
Expand Down
2 changes: 1 addition & 1 deletion app_catalog_cleanup_tool/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build_ver = "v0.2.5-3761cff667c3dbeb87a4b110ebdef09657a5ed43"
build_ver = "v0.2.5-9fb06b9305c7c05b79dfefdbceee43542d466615"

0 comments on commit 8545b3b

Please sign in to comment.