Skip to content

Commit

Permalink
#162 Improve docker-compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Aug 21, 2024
1 parent 78b52c4 commit a05edee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion makefiles/linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ clean-osarch-specific:
@rm -fr $(TARGET_DIRECTORY) || true
@rm -fr /tmp/sqlite || true
@pkill godoc || true
@docker-compose -f docker-compose.test.yaml down 2> /dev/null
@docker-compose -f docker-compose.test.yaml down 2> /dev/null || true


Expand Down

0 comments on commit a05edee

Please sign in to comment.