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 Jan 20, 2025
1 parent c4fc125 commit 508b915
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions create.diff
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ index e2538a0..12d9081 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -28,6 +28,7 @@ ENV PGSCHEMA=$PGSCHEMA

RUN \
cd /tmp/config/geoportal/ \
+ && [ "${SIMPLE}" == "TRUE" ] || rm -f geomapfish_geoportal/*.py \
Expand All @@ -32,7 +32,7 @@ index 557b163..29140aa 100644
PACKAGE=geomapfish
LANGUAGES=en fr de it
@@ -13,10 +13,10 @@ help: ## Display this help message

.PHONY: update-po-from-url
update-po-from-url: ## Update the po files from the URL provide by PROJECT_PUBLIC_URL
- curl --fail --retry 5 --retry-delay 1 \
Expand All @@ -41,7 +41,7 @@ index 557b163..29140aa 100644
sed -i '/^"POT-Creation-Date: /d' geoportal/${PACKAGE}_geoportal/locale/${PACKAGE}_geoportal-client${SUFFIX}.pot
- docker compose run --rm -T tools update-po-only `id --user` `id --group` $(LANGUAGES)
+ docker compose run --rm -T --env=SUFFIX=${SUFFIX} tools update-po-only `id --user` `id --group` $(LANGUAGES)

.PHONY: update-po
update-po: ## Update the po files from the running composition
diff --git a/env.project b/env.project
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-2025, Camptocamp SA
# All rights reserved.

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

0 comments on commit 508b915

Please sign in to comment.