Skip to content
Snippets Groups Projects
Commit 66cc5f867ddc authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

phab-refresh: extract the comment in a variable

This make the script more readable and it is about to become more complex.

Differential Revision: https://phab.mercurial-scm.org/D10463
parent dc8976cc3a6e
No related branches found
No related tags found
No related merge requests found
...@@ -51,4 +51,6 @@ ...@@ -51,4 +51,6 @@
phabricator-refresh: phabricator-refresh:
stage: phabricator stage: phabricator
variables:
DEFAULT_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)"
script: script:
...@@ -54,5 +56,5 @@ ...@@ -54,5 +56,5 @@
script: script:
- "./contrib/phab-refresh-stack.sh --comment \":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)\"" - "./contrib/phab-refresh-stack.sh --comment \"$DEFAULT_COMMENT\""
test-py2: test-py2:
<<: *runtests <<: *runtests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment