Skip to content

Commit

Permalink
Merge pull request #11779 from camptocamp/fix
Browse files Browse the repository at this point in the history
Don't add and ignore apihelp phantomjs check
  • Loading branch information
sbrunner authored Mar 5, 2025
2 parents 3435595 + 53cd40a commit 95741de
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ vars:
# longitudeFirst: True
# layers: []
# legend: {}
phantomjs:
disable: [apihelp]

check_collector:
hosts: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1233,9 +1233,6 @@ vars:
no_redirect: 'true'
environment: *phantomjs-env
level: 6
- name: apihelp
environment: *phantomjs-env
level: 6
routes:
disable: []
routes:
Expand Down
4 changes: 2 additions & 2 deletions geoportal/c2cgeoportal_geoportal/scripts/c2cupgrade.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2014-2024, Camptocamp SA
# Copyright (c) 2014-2025, Camptocamp SA
# All rights reserved.

# Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -867,7 +867,7 @@ def step14(self, _: int) -> None:
print("")
branch = check_output(["git", "rev-parse", "--abbrev-ref", "HEAD"]).decode("utf-8").strip()
print("Now all your files are committed; you should do a git push:")
print(f"git push {self.options.git_remote} {branch}.")
print(f"git push {self.options.git_remote} {branch}")


def check_git_status_output(args: list[str] | None = None) -> str:
Expand Down

0 comments on commit 95741de

Please sign in to comment.