Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Sep 30, 2024
1 parent fd489e0 commit f6ccc78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 38318f1..557b163 100644
- --arg=--clean --arg=--if-exists --arg=--verbose $(DUMP_FILE)
+ --arg=--clean --arg=--if-exists --arg=--verbose $(DUMP_FILE) || true
docker compose --file=docker-compose.yaml --file=docker-compose-db.yaml up -d

.PHONY: acceptance
diff --git a/docker-compose.override.sample.yaml b/docker-compose.override.sample.yaml
index 1eabba3..c70e4d5 100644
Expand Down
2 changes: 1 addition & 1 deletion upgrade
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3

# Copyright (c) 2019-2023, Camptocamp SA
# Copyright (c) 2019-2024, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit f6ccc78

Please sign in to comment.