contrib/heptapod-ci.yml
branchstable
changeset 49270 a31245a984f2
parent 49181 477b5145e1a0
child 49279 127d33e63d1a
--- a/contrib/heptapod-ci.yml	Sun May 22 01:48:20 2022 +0200
+++ b/contrib/heptapod-ci.yml	Wed Jun 01 03:08:15 2022 +0200
@@ -47,24 +47,6 @@
         - echo "python used, $PYTHON"
         - make rust-tests
 
-phabricator-refresh:
-    stage: phabricator
-    except:
-      refs:
-        - merge_requests
-      variables:
-        - $PHABRICATOR_TOKEN == "NO-PHAB"
-    variables:
-      DEFAULT_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)"
-      STABLE_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)\n⚠ This patch is intended for stable ⚠\n{image https://media.giphy.com/media/nYI8SmmChYXK0/source.gif}"
-    script:
-      - |
-        if [ `hg branch` == "stable" ]; then
-            ./contrib/phab-refresh-stack.sh --comment "$STABLE_COMMENT";
-        else
-            ./contrib/phab-refresh-stack.sh --comment "$DEFAULT_COMMENT";
-        fi
-
 test-py2:
     <<: *runtests
     variables: