##// END OF EJS Templates
ci: drop the phabricator refresh step...
marmoute -
r50165:a31245a9 stable
parent child Browse files
Show More
@@ -47,24 +47,6 b' rust-cargo-test-py3:'
47 - echo "python used, $PYTHON"
47 - echo "python used, $PYTHON"
48 - make rust-tests
48 - make rust-tests
49
49
50 phabricator-refresh:
51 stage: phabricator
52 except:
53 refs:
54 - merge_requests
55 variables:
56 - $PHABRICATOR_TOKEN == "NO-PHAB"
57 variables:
58 DEFAULT_COMMENT: ":white_check_mark: refresh by Heptapod after a successful CI run (:octopus: :green_heart:)"
59 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}"
60 script:
61 - |
62 if [ `hg branch` == "stable" ]; then
63 ./contrib/phab-refresh-stack.sh --comment "$STABLE_COMMENT";
64 else
65 ./contrib/phab-refresh-stack.sh --comment "$DEFAULT_COMMENT";
66 fi
67
68 test-py2:
50 test-py2:
69 <<: *runtests
51 <<: *runtests
70 variables:
52 variables:
General Comments 0
You need to be logged in to leave comments. Login now